Searched refs:tcp_fin_timeout (Results 1 – 2 of 2) sorted by relevance
213 int tcp_fin_timeout = TCPTV_FINWAIT2; variable220 int value = tcp_fin_timeout;239 tcp_fin_timeout = value;247 &tcp_fin_timeout, offsetof(skmem_sysctl, tcp.fin_timeout),252 &tcp_fin_timeout, 0,
265 extern int tcp_fin_timeout;927 if (tcp_fin_timeout > 0 && in tcp_set_finwait_timeout()928 tcp_fin_timeout < TCP_CONN_MAXIDLE(tp)) { in tcp_set_finwait_timeout()929 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()