Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c118 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive()
/Linux-v5.10/include/uapi/linux/
Dtcp.h95 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
/Linux-v5.10/net/ipv4/
Dtcp.c3191 case TCP_KEEPIDLE: in do_tcp_setsockopt()
3604 case TCP_KEEPIDLE: in do_tcp_getsockopt()
/Linux-v5.10/net/core/
Dfilter.c4882 case TCP_KEEPIDLE: in _bpf_setsockopt()