Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h45 #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-6.15/tools/include/uapi/linux/
H A Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/linux-6.15/include/uapi/linux/
H A Dtcp.h100 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/linux-6.15/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-6.15/net/ipv4/
H A Dtcp.c3815 case TCP_KEEPCNT: in do_tcp_setsockopt()
4382 case TCP_KEEPCNT: in do_tcp_getsockopt()
/linux-6.15/net/core/
H A Dfilter.c5442 case TCP_KEEPCNT: in sol_tcp_sockopt()