Home
last modified time | relevance | path

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

/linux-3.3/net/netfilter/
Dnf_conntrack_proto_tcp.c73 static unsigned int tcp_timeouts[TCP_CONNTRACK_MAX] __read_mostly = { variable
1018 tcp_timeouts[new_state] > nf_ct_tcp_timeout_max_retrans) in tcp_packet()
1022 tcp_timeouts[new_state] > nf_ct_tcp_timeout_unacknowledged) in tcp_packet()
1025 timeout = tcp_timeouts[new_state]; in tcp_packet()
1248 .data = &tcp_timeouts[TCP_CONNTRACK_SYN_SENT],
1255 .data = &tcp_timeouts[TCP_CONNTRACK_SYN_RECV],
1262 .data = &tcp_timeouts[TCP_CONNTRACK_ESTABLISHED],
1269 .data = &tcp_timeouts[TCP_CONNTRACK_FIN_WAIT],
1276 .data = &tcp_timeouts[TCP_CONNTRACK_CLOSE_WAIT],
1283 .data = &tcp_timeouts[TCP_CONNTRACK_LAST_ACK],
[all …]
/linux-3.3/net/netfilter/ipvs/
Dip_vs_proto_tcp.c352 static const int tcp_timeouts[IP_VS_TCP_S_LAST+1] = { variable
543 cp->timeout = tcp_timeouts[cp->state = new_state]; in set_tcp_state()
672 : tcp_timeouts[IP_VS_TCP_S_LISTEN]); in ip_vs_tcp_conn_listen()
686 pd->timeout_table = ip_vs_create_timeout_table((int *)tcp_timeouts, in __ip_vs_tcp_init()
687 sizeof(tcp_timeouts)); in __ip_vs_tcp_init()