Searched refs:tcp_fin_timeout (Results 1 – 2 of 2) sorted by relevance
211 int tcp_fin_timeout = TCPTV_FINWAIT2; variable218 int value = tcp_fin_timeout;237 tcp_fin_timeout = value;245 &tcp_fin_timeout, offsetof(skmem_sysctl, tcp.fin_timeout),250 &tcp_fin_timeout, 0,
262 extern int tcp_fin_timeout;926 if (tcp_fin_timeout > 0 && in tcp_set_finwait_timeout()927 tcp_fin_timeout < TCP_CONN_MAXIDLE(tp)) { in tcp_set_finwait_timeout()928 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()