Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h34 #define TCP_KEEPIDLE 4 macro
Dconnect4_prog.c117 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive()
Dsetget_sockopt.c56 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, },
/linux-6.6.21/include/uapi/linux/
Dtcp.h95 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
/linux-6.6.21/tools/include/uapi/linux/
Dtcp.h95 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
/linux-6.6.21/net/mptcp/
Dsockopt.c554 case TCP_KEEPIDLE: in mptcp_supported_sockopt()
/linux-6.6.21/net/ipv4/
Dtcp.c3604 case TCP_KEEPIDLE: in do_tcp_setsockopt()
3990 case TCP_KEEPIDLE: in do_tcp_getsockopt()
/linux-6.6.21/net/core/
Dfilter.c5283 case TCP_KEEPIDLE: in sol_tcp_sockopt()