Searched refs:SOCK_KEEPOPEN (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_timer.c | 732 if (val && !sock_flag(sk, SOCK_KEEPOPEN)) in tcp_set_keepalive() 774 if (!sock_flag(sk, SOCK_KEEPOPEN) || in tcp_keepalive_timer()
|
H A D | tcp_minisocks.c | 531 if (sock_flag(newsk, SOCK_KEEPOPEN)) in tcp_create_openreq_child()
|
H A D | tcp.c | 3355 if (sock_flag(sk, SOCK_KEEPOPEN) && in tcp_sock_set_keepidle_locked()
|
H A D | tcp_input.c | 6220 if (sock_flag(sk, SOCK_KEEPOPEN)) in tcp_finish_connect()
|
/openbmc/linux/net/mptcp/ |
H A D | sockopt.c | 89 sock_valbool_flag(ssk, SOCK_KEEPOPEN, !!val); in mptcp_sol_socket_sync_intval() 1448 if (sock_flag(sk, SOCK_KEEPOPEN)) in sync_socket_options()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 959 sock_valbool_flag(sk, SOCK_KEEPOPEN, true); in sock_set_keepalive() 1210 sock_valbool_flag(sk, SOCK_KEEPOPEN, valbool); in sk_setsockopt() 1665 v.val = sock_flag(sk, SOCK_KEEPOPEN); in sk_getsockopt()
|
/openbmc/linux/net/smc/ |
H A D | af_smc.c | 453 (1UL << SOCK_KEEPOPEN) | \ 504 (1UL << SOCK_KEEPOPEN) | \
|
/openbmc/linux/include/net/ |
H A D | sock.h | 936 SOCK_KEEPOPEN, enumerator
|