Searched refs:tcp_fin_timeout (Results 1 – 2 of 2) sorted by relevance
208 int tcp_fin_timeout = TCPTV_FINWAIT2; variable215 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,
247 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()