Home
last modified time | relevance | path

Searched refs:SOCK_KEEPOPEN (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_timer.c732 if (val && !sock_flag(sk, SOCK_KEEPOPEN)) in tcp_set_keepalive()
774 if (!sock_flag(sk, SOCK_KEEPOPEN) || in tcp_keepalive_timer()
H A Dtcp_minisocks.c531 if (sock_flag(newsk, SOCK_KEEPOPEN)) in tcp_create_openreq_child()
H A Dtcp.c3355 if (sock_flag(sk, SOCK_KEEPOPEN) && in tcp_sock_set_keepidle_locked()
H A Dtcp_input.c6220 if (sock_flag(sk, SOCK_KEEPOPEN)) in tcp_finish_connect()
/openbmc/linux/net/mptcp/
H A Dsockopt.c89 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 Dsock.c959 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 Daf_smc.c453 (1UL << SOCK_KEEPOPEN) | \
504 (1UL << SOCK_KEEPOPEN) | \
/openbmc/linux/include/net/
H A Dsock.h936 SOCK_KEEPOPEN, enumerator