Home
last modified time | relevance | path

Searched refs:linger2 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h361 int linger2; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c2613 if (tp->linger2 < 0) { in tcp_close()
3315 tp->linger2 = -1; in do_tcp_setsockopt()
3317 tp->linger2 = TCP_FIN_TIMEOUT_MAX; in do_tcp_setsockopt()
3319 tp->linger2 = val * HZ; in do_tcp_setsockopt()
3710 val = tp->linger2; in do_tcp_getsockopt()
H A Dtcp_timer.c695 if (tp->linger2 >= 0) { in tcp_keepalive_timer()
H A Dtcp_input.c6519 if (tp->linger2 < 0) { in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c381 if (sk->sk_state == TCP_FIN_WAIT2 && tcp_sk(sk)->linger2 < 0 && in chtls_close()
1950 else if (tcp_sk(sk)->linger2 < 0 && in chtls_close_con_rpl()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1488 int fin_timeout = tcp_sk(sk)->linger2 ? : in tcp_fin_time()