Symbol: SOCK_LINGER
net/bluetooth/iso.c
2001
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime &&
net/bluetooth/iso.c
2024
if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) &&
net/bluetooth/l2cap_sock.c
1448
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime &&
net/bluetooth/rfcomm/sock.c
922
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime &&
net/bluetooth/sco.c
1366
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime &&
net/bluetooth/sco.c
1390
if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) &&
net/core/sock.c
1414
sock_reset_flag(sk, SOCK_LINGER);
net/core/sock.c
1422
sock_set_flag(sk, SOCK_LINGER);
net/core/sock.c
1824
v.ling.l_onoff = sock_flag(sk, SOCK_LINGER);
net/core/sock.c
807
sock_set_flag(sk, SOCK_LINGER);
net/ipv4/af_inet.c
439
if (sock_flag(sk, SOCK_LINGER) &&
net/ipv4/tcp.c
3186
} else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) {
net/iucv/af_iucv.c
421
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime)
net/mptcp/protocol.c
3333
(sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) {
net/mptcp/sockopt.c
1577
if (sock_flag(sk, SOCK_LINGER)) {
net/mptcp/sockopt.c
1579
sock_set_flag(ssk, SOCK_LINGER);
net/mptcp/sockopt.c
1581
sock_reset_flag(ssk, SOCK_LINGER);
net/mptcp/sockopt.c
286
sock_reset_flag(ssk, SOCK_LINGER);
net/mptcp/sockopt.c
289
sock_set_flag(ssk, SOCK_LINGER);
net/sctp/socket.c
1523
(sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) {
net/smc/af_smc.c
486
(1UL << SOCK_LINGER) | \
net/smc/af_smc.c
537
(1UL << SOCK_LINGER) | \
net/smc/smc_close.c
205
0 : sock_flag(sk, SOCK_LINGER) ?
net/smc/smc_close.c
456
0 : sock_flag(sk, SOCK_LINGER) ?
net/sunrpc/xprtsock.c
2388
sock_reset_flag(sk, SOCK_LINGER);
net/sunrpc/xprtsock.c
2548
sock_reset_flag(sk, SOCK_LINGER);
net/vmw_vsock/af_vsock.c
1179
if (!sock_flag(sk, SOCK_LINGER))