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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_tcp.c262 static int tcp_timeouts[IP_VS_TCP_S_LAST+1] = { variable
582 pp->timeout_table = tcp_timeouts;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c86 static unsigned int * tcp_timeouts[] = { variable
965 && *tcp_timeouts[new_state] > nf_ct_tcp_timeout_max_retrans
966 ? nf_ct_tcp_timeout_max_retrans : *tcp_timeouts[new_state];

Completed in 54 milliseconds