Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.c208 int tcp_fin_timeout = TCPTV_FINWAIT2; variable
215 int value = tcp_fin_timeout;
234 tcp_fin_timeout = value;
242 &tcp_fin_timeout, offsetof(skmem_sysctl, tcp.fin_timeout),
247 &tcp_fin_timeout, 0,
H A Dtcp_input.c247 extern int tcp_fin_timeout;
925 if (tcp_fin_timeout > 0 && in tcp_set_finwait_timeout()
926 tcp_fin_timeout < TCP_CONN_MAXIDLE(tp)) { in tcp_set_finwait_timeout()
927 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()