Searched refs:SOCK_KEEPOPEN (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_timer.c | 773 if (val && !sock_flag(sk, SOCK_KEEPOPEN)) in tcp_set_keepalive() 814 if (!sock_flag(sk, SOCK_KEEPOPEN) || in tcp_keepalive_timer()
|
| H A D | tcp_minisocks.c | 597 if (sock_flag(newsk, SOCK_KEEPOPEN)) in tcp_create_openreq_child()
|
| H A D | tcp.c | 3749 if (sock_flag(sk, SOCK_KEEPOPEN) && in tcp_sock_set_keepidle_locked()
|
| H A D | tcp_input.c | 6722 if (sock_flag(sk, SOCK_KEEPOPEN)) in tcp_finish_connect()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 89 sock_valbool_flag(ssk, SOCK_KEEPOPEN, !!val); in mptcp_sol_socket_sync_intval() 1545 keep_open = sock_flag(sk, SOCK_KEEPOPEN); in sync_socket_options() 1548 sock_valbool_flag(ssk, SOCK_KEEPOPEN, keep_open); in sync_socket_options()
|
| /linux/net/smc/ |
| H A D | af_smc.c | 483 (1UL << SOCK_KEEPOPEN) | \ 534 (1UL << SOCK_KEEPOPEN) | \
|
| /linux/include/net/ |
| H A D | sock.h | 995 SOCK_KEEPOPEN, enumerator
|