Home
last modified time | relevance | path

Searched refs:SOCK_LINGER (Results 1 – 16 of 16) sorted by relevance

/linux/net/smc/
H A Dsmc_close.c205 0 : sock_flag(sk, SOCK_LINGER) ? in smc_close_active()
456 0 : sock_flag(sk, SOCK_LINGER) ? in smc_close_shutdown_write()
H A Daf_smc.c484 (1UL << SOCK_LINGER) | \
535 (1UL << SOCK_LINGER) | \
/linux/net/mptcp/
H A Dsockopt.c276 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 Dprotocol.c3306 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in __mptcp_close()
/linux/net/bluetooth/
H A Dsco.c1336 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 Diso.c1949 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 Dl2cap_sock.c1419 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in l2cap_sock_shutdown()
/linux/net/bluetooth/rfcomm/
H A Dsock.c904 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown()
/linux/net/dccp/
H A Dproto.c
/linux/net/sunrpc/
H A Dxprtsock.c2388 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 Daf_inet.c439 if (sock_flag(sk, SOCK_LINGER) && in inet_release()
H A Dtcp.c3191 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
/linux/net/vmw_vsock/
H A Daf_vsock.c1167 if (!sock_flag(sk, SOCK_LINGER)) in vsock_linger()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c359 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in chtls_close()
/linux/include/net/
H A Dsock.h996 SOCK_LINGER, enumerator
/linux/net/sctp/
H A Dsocket.c1523 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close()