Searched refs:sk_lingertime (Results 1 – 17 of 17) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_close.c | 206 sk->sk_lingertime : SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_active() 457 sk->sk_lingertime : SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_shutdown_write()
|
| H A D | af_smc.c | 1864 if (!sk->sk_lingertime) in smc_close_non_accepted() 1866 WRITE_ONCE(sk->sk_lingertime, SMC_MAX_STREAM_WAIT_TIMEOUT); in smc_close_non_accepted()
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 1329 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_shutdown() 1332 sk->sk_lingertime); in sco_sock_shutdown() 1353 if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) && in sco_sock_release() 1356 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
|
| H A D | iso.c | 1957 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in iso_sock_shutdown() 1959 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in iso_sock_shutdown() 1980 if (sock_flag(sk, SOCK_LINGER) && READ_ONCE(sk->sk_lingertime) && in iso_sock_release() 1983 err = bt_sock_wait_state(sk, BT_CLOSED, 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() 1422 sk->sk_lingertime); in l2cap_sock_shutdown()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 278 ssk->sk_lingertime = sk->sk_lingertime; in mptcp_setsockopt_sol_socket_linger() 1563 ssk->sk_lingertime = sk->sk_lingertime; in sync_socket_options()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 904 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown() 906 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in rfcomm_sock_shutdown()
|
| /linux/net/sched/ |
| H A D | em_meta.c | 505 dst->value = READ_ONCE(sk->sk_lingertime) / HZ; in META_COLLECTOR()
|
| /linux/net/core/ |
| H A D | sock.c | 813 WRITE_ONCE(sk->sk_lingertime, 0); in sock_no_linger() 1417 WRITE_ONCE(sk->sk_lingertime, MAX_SCHEDULE_TIMEOUT); in sk_setsockopt() 1419 WRITE_ONCE(sk->sk_lingertime, t_sec * HZ); in sk_setsockopt() 1818 v.ling.l_linger = READ_ONCE(sk->sk_lingertime) / HZ; in sk_getsockopt()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 404 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) in iucv_sock_close() 405 timeo = sk->sk_lingertime; in iucv_sock_close()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/net/ipv4/ |
| H A D | af_inet.c | 442 timeout = sk->sk_lingertime; in inet_release()
|
| H A D | tcp.c | 3225 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
|
| /linux/net/vmw_vsock/ |
| H A D | af_vsock.c | 1156 timeout = sk->sk_lingertime; in vsock_linger()
|
| /linux/include/net/ |
| H A D | sock.h | 535 unsigned long sk_lingertime; member
|
| /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/net/sctp/ |
| H A D | socket.c | 1523 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close()
|