Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h35 #define TCP_KEEPINTVL 5 macro
Dconnect4_prog.c119 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
Dsetget_sockopt.c57 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, },
/linux-6.6.21/include/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/linux-6.6.21/tools/include/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/linux-6.6.21/net/mptcp/
Dsockopt.c555 case TCP_KEEPINTVL: in mptcp_supported_sockopt()
/linux-6.6.21/net/ipv4/
Dtcp.c3492 case TCP_KEEPINTVL: in do_tcp_setsockopt()
3993 case TCP_KEEPINTVL: in do_tcp_getsockopt()
/linux-6.6.21/net/core/
Dfilter.c5284 case TCP_KEEPINTVL: in sol_tcp_sockopt()