Searched refs:sk_lingertime (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/net/smc/ |
D | smc_close.c | 173 sk->sk_lingertime : SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_active() 425 sk->sk_lingertime : SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_shutdown_write()
|
D | af_smc.c | 915 if (!sk->sk_lingertime) in smc_close_non_accepted() 917 sk->sk_lingertime = SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_non_accepted()
|
/Linux-v4.19/net/bluetooth/ |
D | sco.c | 986 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_shutdown() 989 sk->sk_lingertime); in sco_sock_shutdown() 1010 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_release() 1013 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
|
D | l2cap_sock.c | 1169 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in l2cap_sock_shutdown() 1172 sk->sk_lingertime); in l2cap_sock_shutdown()
|
/Linux-v4.19/net/bluetooth/rfcomm/ |
D | sock.c | 927 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown() 929 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in rfcomm_sock_shutdown()
|
/Linux-v4.19/net/sched/ |
D | em_meta.c | 506 dst->value = sk->sk_lingertime / HZ; in META_COLLECTOR()
|
/Linux-v4.19/net/core/ |
D | sock.c | 796 sk->sk_lingertime = MAX_SCHEDULE_TIMEOUT; in sock_setsockopt() 799 sk->sk_lingertime = (unsigned int)ling.l_linger * HZ; in sock_setsockopt() 1174 v.ling.l_linger = sk->sk_lingertime / HZ; in sock_getsockopt()
|
/Linux-v4.19/net/dccp/ |
D | proto.c | 1041 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in dccp_close()
|
/Linux-v4.19/net/vmw_vsock/ |
D | virtio_transport_common.c | 765 virtio_transport_wait_close(sk, sk->sk_lingertime); in virtio_transport_close()
|
/Linux-v4.19/net/iucv/ |
D | af_iucv.c | 515 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) in iucv_sock_close() 516 timeo = sk->sk_lingertime; in iucv_sock_close()
|
/Linux-v4.19/net/ipv4/ |
D | af_inet.c | 426 timeout = sk->sk_lingertime; in inet_release()
|
D | tcp.c | 2362 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in tcp_close()
|
/Linux-v4.19/include/net/ |
D | sock.h | 465 unsigned long sk_lingertime; member
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 320 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in chtls_close()
|
/Linux-v4.19/net/sctp/ |
D | socket.c | 1554 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close() 8794 newsk->sk_lingertime = sk->sk_lingertime; in sctp_copy_sock()
|