Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c120 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
/Linux-v5.15/include/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/Linux-v5.15/tools/include/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/Linux-v5.15/net/mptcp/
Dsockopt.c529 case TCP_KEEPINTVL: in mptcp_supported_sockopt()
/Linux-v5.15/net/ipv4/
Dtcp.c3519 case TCP_KEEPINTVL: in do_tcp_setsockopt()
3940 case TCP_KEEPINTVL: in do_tcp_getsockopt()
/Linux-v5.15/net/core/
Dfilter.c4916 case TCP_KEEPINTVL: in _bpf_setsockopt()