Searched refs:linger2 (Results 1 – 5 of 5) sorted by relevance
292 int linger2; member
2113 if (tp->linger2 < 0) { in tcp_close()2489 tp->linger2 = -1; in do_tcp_setsockopt()2491 tp->linger2 = 0; in do_tcp_setsockopt()2493 tp->linger2 = val * HZ; in do_tcp_setsockopt()2727 val = tp->linger2; in do_tcp_getsockopt()
595 if (tp->linger2 >= 0) { in tcp_keepalive_timer()
5880 if (tp->linger2 < 0 || in tcp_rcv_state_process()
1173 int fin_timeout = tcp_sk(sk)->linger2 ? : sysctl_tcp_fin_timeout; in tcp_fin_time()