Home
last modified time | relevance | path

Searched refs:sk_lingertime (Results 1 – 16 of 16) sorted by relevance

/linux/net/mptcp/
A Dsockopt.c278 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 Dsmc_close.c202 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 Daf_smc.c1414 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 Dsco.c1227 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 Dl2cap_sock.c1357 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 Dsock.c907 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 Dsock.c765 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 Dem_meta.c502 dst->value = sk->sk_lingertime / HZ; in META_COLLECTOR()
/linux/net/iucv/
A Daf_iucv.c405 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 Dproto.c1019 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in dccp_close()
/linux/net/vmw_vsock/
A Dvirtio_transport_common.c956 virtio_transport_wait_close(sk, sk->sk_lingertime); in virtio_transport_close()
/linux/net/ipv4/
A Daf_inet.c426 timeout = sk->sk_lingertime; in inet_release()
A Dtcp.c2764 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in __tcp_close()
/linux/include/net/
A Dsock.h483 unsigned long sk_lingertime; member
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.c359 } else if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { in chtls_close()
/linux/net/sctp/
A Dsocket.c1519 (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