Searched refs:SOCK_LINGER (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | sco.c | 987 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_shutdown() 1011 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_release()
|
D | l2cap_sock.c | 1168 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in l2cap_sock_shutdown()
|
/linux-4.4.14/net/core/ |
D | sock.c | 829 sock_reset_flag(sk, SOCK_LINGER); in sock_setsockopt() 837 sock_set_flag(sk, SOCK_LINGER); in sock_setsockopt() 1115 v.ling.l_onoff = sock_flag(sk, SOCK_LINGER); in sock_getsockopt()
|
/linux-4.4.14/net/dccp/ |
D | proto.c | 1017 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in dccp_close()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | sock.c | 924 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown()
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 412 if (sock_flag(sk, SOCK_LINGER) && in inet_release()
|
D | tcp.c | 2069 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in tcp_close()
|
/linux-4.4.14/include/net/ |
D | sock.h | 719 SOCK_LINGER, enumerator
|
/linux-4.4.14/net/iucv/ |
D | af_iucv.c | 496 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) in iucv_sock_close()
|
/linux-4.4.14/net/sunrpc/ |
D | xprtsock.c | 2260 sock_reset_flag(sk, SOCK_LINGER); in xs_tcp_finish_connecting()
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 1515 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close()
|