Searched refs:SOCK_LINGER (Results 1 – 18 of 18) sorted by relevance
/openbmc/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 | 454 (1UL << SOCK_LINGER) | \ 505 (1UL << SOCK_LINGER) | \
|
/openbmc/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() 1470 if (sock_flag(sk, SOCK_LINGER)) { in sync_socket_options() 1472 sock_set_flag(ssk, SOCK_LINGER); in sync_socket_options() 1474 sock_reset_flag(ssk, SOCK_LINGER); in sync_socket_options()
|
H A D | protocol.c | 2435 sock_set_flag(ssk, SOCK_LINGER); in __mptcp_close_ssk()
|
/openbmc/linux/net/bluetooth/ |
H A D | sco.c | 1233 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_shutdown() 1257 if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) && in sco_sock_release()
|
H A D | iso.c | 1618 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in iso_sock_shutdown() 1641 if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) && in iso_sock_release()
|
H A D | l2cap_sock.c | 1379 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in l2cap_sock_shutdown()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 804 sock_set_flag(sk, SOCK_LINGER); in sock_no_linger() 1237 sock_reset_flag(sk, SOCK_LINGER); in sk_setsockopt() 1245 sock_set_flag(sk, SOCK_LINGER); in sk_setsockopt() 1697 v.ling.l_onoff = sock_flag(sk, SOCK_LINGER); in sk_getsockopt()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 904 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown()
|
/openbmc/linux/net/dccp/ |
H A D | proto.c | 1032 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in dccp_close()
|
/openbmc/linux/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 1068 if (sock_flag(sk, SOCK_LINGER) && !(current->flags & PF_EXITING)) in virtio_transport_close()
|
/openbmc/linux/net/sunrpc/ |
H A D | xprtsock.c | 2352 sock_reset_flag(sk, SOCK_LINGER); in xs_tcp_finish_connecting() 2511 sock_reset_flag(sk, SOCK_LINGER); in xs_tcp_tls_finish_connecting()
|
/openbmc/linux/net/ipv4/ |
H A D | af_inet.c | 431 if (sock_flag(sk, SOCK_LINGER) && in inet_release()
|
H A D | tcp.c | 2816 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
|
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | 404 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) in iucv_sock_close()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 937 SOCK_LINGER, enumerator
|
/openbmc/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()
|
/openbmc/linux/net/sctp/ |
H A D | socket.c | 1521 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close()
|