Searched refs:sk_lingertime (Results 1 – 16 of 16) sorted by relevance
/linux/net/mptcp/ |
A D | sockopt.c | 278 ssk->sk_lingertime = sk->sk_lingertime; in mptcp_setsockopt_sol_socket_linger() 1015 ssk->sk_lingertime = sk->sk_lingertime; in sync_socket_options()
|
/linux/net/smc/ |
A D | smc_close.c | 202 sk->sk_lingertime : SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_active() 450 sk->sk_lingertime : SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_shutdown_write()
|
A D | af_smc.c | 1414 if (!sk->sk_lingertime) in smc_close_non_accepted() 1416 sk->sk_lingertime = SMC_MAX_STREAM_WAIT_TIMEOUT; in smc_close_non_accepted()
|
/linux/net/bluetooth/ |
A D | sco.c | 1227 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_shutdown() 1230 sk->sk_lingertime); in sco_sock_shutdown() 1251 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in sco_sock_release() 1254 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in sco_sock_release()
|
A D | l2cap_sock.c | 1357 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in l2cap_sock_shutdown() 1360 sk->sk_lingertime); in l2cap_sock_shutdown()
|
/linux/net/bluetooth/rfcomm/ |
A D | sock.c | 907 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && in rfcomm_sock_shutdown() 909 err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); in rfcomm_sock_shutdown()
|
/linux/net/core/ |
A D | sock.c | 765 sk->sk_lingertime = 0; in sock_no_linger() 1158 sk->sk_lingertime = MAX_SCHEDULE_TIMEOUT; in sock_setsockopt() 1161 sk->sk_lingertime = (unsigned int)ling.l_linger * HZ; in sock_setsockopt() 1585 v.ling.l_linger = sk->sk_lingertime / HZ; in sock_getsockopt()
|
/linux/net/sched/ |
A D | em_meta.c | 502 dst->value = sk->sk_lingertime / HZ; in META_COLLECTOR()
|
/linux/net/iucv/ |
A D | af_iucv.c | 405 if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) in iucv_sock_close() 406 timeo = sk->sk_lingertime; in iucv_sock_close()
|
/linux/net/dccp/ |
A D | proto.c | 1019 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in dccp_close()
|
/linux/net/vmw_vsock/ |
A D | virtio_transport_common.c | 956 virtio_transport_wait_close(sk, sk->sk_lingertime); in virtio_transport_close()
|
/linux/net/ipv4/ |
A D | af_inet.c | 426 timeout = sk->sk_lingertime; in inet_release()
|
A D | tcp.c | 2764 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
|
/linux/include/net/ |
A D | sock.h | 483 unsigned long sk_lingertime; member
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_cm.c | 359 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in chtls_close()
|
/linux/net/sctp/ |
A D | socket.c | 1519 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) { in sctp_close() 9447 newsk->sk_lingertime = sk->sk_lingertime; in sctp_copy_sock()
|
Completed in 64 milliseconds