Searched refs:SOCK_LINGER (Results 1 – 16 of 16) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_close.c | 205 0 : sock_flag(sk, SOCK_LINGER) ? in smc_close_active() 456 0 : sock_flag(sk, SOCK_LINGER) ? in smc_close_shutdown_write()
|
| H A D | af_smc.c | 484 (1UL << SOCK_LINGER) | \ 535 (1UL << SOCK_LINGER) | \
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 276 sock_reset_flag(ssk, SOCK_LINGER); in mptcp_setsockopt_sol_socket_linger() 279 sock_set_flag(ssk, SOCK_LINGER); in mptcp_setsockopt_sol_socket_linger() 1566 if (sock_flag(sk, SOCK_LINGER)) { in sync_socket_options() 1568 sock_set_flag(ssk, SOCK_LINGER); in sync_socket_options() 1570 sock_reset_flag(ssk, SOCK_LINGER); in sync_socket_options()
|
| H A D | protocol.c | 3306 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in __mptcp_close()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 1336 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_shutdown() 1360 if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) && in sco_sock_release()
|
| H A D | iso.c | 1949 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in iso_sock_shutdown() 1972 if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) && in iso_sock_release()
|
| H A D | l2cap_sock.c | 1419 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in l2cap_sock_shutdown()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 904 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/net/sunrpc/ |
| H A D | xprtsock.c | 2388 sock_reset_flag(sk, SOCK_LINGER); in xs_tcp_finish_connecting() 2548 sock_reset_flag(sk, SOCK_LINGER); in xs_tcp_tls_finish_connecting()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 439 if (sock_flag(sk, SOCK_LINGER) && in inet_release()
|
| H A D | tcp.c | 3191 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
|
| /linux/net/vmw_vsock/ |
| H A D | af_vsock.c | 1167 if (!sock_flag(sk, SOCK_LINGER)) in vsock_linger()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_cm.c | 359 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in chtls_close()
|
| /linux/include/net/ |
| H A D | sock.h | 996 SOCK_LINGER, enumerator
|
| /linux/net/sctp/ |
| H A D | socket.c | 1523 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close()
|