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

/linux-master/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];
700 : tcp_timeouts[IP_VS_TCP_S_LISTEN]);
711 pd->timeout_table = ip_vs_create_timeout_table((int *)tcp_timeouts,
712 sizeof(tcp_timeouts));
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_tcp.c61 static const unsigned int tcp_timeouts[TCP_CONNTRACK_TIMEOUT_MAX] = { variable
1587 tn->timeouts[i] = tcp_timeouts[i];
1592 tn->timeouts[0] = tcp_timeouts[TCP_CONNTRACK_SYN_SENT];

Completed in 117 milliseconds