Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c120 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
/Linux-v5.10/include/uapi/linux/
Dtcp.h96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
/Linux-v5.10/net/ipv4/
Dtcp.c3194 case TCP_KEEPINTVL: in do_tcp_setsockopt()
3607 case TCP_KEEPINTVL: in do_tcp_getsockopt()
/Linux-v5.10/net/core/
Dfilter.c4885 case TCP_KEEPINTVL: in _bpf_setsockopt()