Searched refs:tcp_fin_timeout (Results 1 – 2 of 2) sorted by relevance
214 int tcp_fin_timeout = TCPTV_FINWAIT2; variable221 int value = tcp_fin_timeout;240 tcp_fin_timeout = value;248 &tcp_fin_timeout, offsetof(skmem_sysctl, tcp.fin_timeout),253 &tcp_fin_timeout, 0,
267 extern int tcp_fin_timeout;929 if (tcp_fin_timeout > 0 && in tcp_set_finwait_timeout()930 tcp_fin_timeout < TCP_CONN_MAXIDLE(tp)) { in tcp_set_finwait_timeout()931 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()