Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h41 #define TCP_KEEPCNT 6 macro
H A Dconnect4_prog.c123 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPCNT, &one, sizeof(one))) in set_keepalive()
H A Dsetget_sockopt.c55 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, },
/linux/tools/include/uapi/linux/
H A Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/linux/include/uapi/linux/
H A Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/linux/net/mptcp/
H A Dsockopt.c555 case TCP_KEEPCNT: in mptcp_supported_sockopt()
856 case TCP_KEEPCNT: in mptcp_setsockopt_sol_tcp()
1402 case TCP_KEEPCNT: in mptcp_getsockopt_sol_tcp()
/linux/net/ipv4/
H A Dtcp.c3802 case TCP_KEEPCNT: in do_tcp_setsockopt()
4348 case TCP_KEEPCNT: in do_tcp_getsockopt()
/linux/net/core/
H A Dfilter.c5378 case TCP_KEEPCNT: in sol_tcp_sockopt()