Home
last modified time | relevance | path

Searched refs:tcp_timeouts (Results 1 – 1 of 1) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c12 * tcp_timeouts table has copy per netns in a hash table per
365 static const int tcp_timeouts[IP_VS_TCP_S_LAST+1] = { variable
581 cp->timeout = tcp_timeouts[cp->state = new_state]; in set_tcp_state()
700 : tcp_timeouts[IP_VS_TCP_S_LISTEN]); in ip_vs_tcp_conn_listen()
711 pd->timeout_table = ip_vs_create_timeout_table((int *)tcp_timeouts, in __ip_vs_tcp_init()
712 sizeof(tcp_timeouts)); in __ip_vs_tcp_init()