Searched refs:linger2 (Results 1 – 5 of 5) sorted by relevance
306 int linger2; member
2146 if (tp->linger2 < 0) { in tcp_close()2523 tp->linger2 = -1; in do_tcp_setsockopt()2525 tp->linger2 = 0; in do_tcp_setsockopt()2527 tp->linger2 = val * HZ; in do_tcp_setsockopt()2766 val = tp->linger2; in do_tcp_getsockopt()
595 if (tp->linger2 >= 0) { in tcp_keepalive_timer()
5927 if (tp->linger2 < 0 || in tcp_rcv_state_process()
1249 int fin_timeout = tcp_sk(sk)->linger2 ? : sysctl_tcp_fin_timeout; in tcp_fin_time()