Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c126 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtcp.h80 #define TCP_USER_TIMEOUT 18 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtcp.h75 #define TCP_USER_TIMEOUT 18 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */ macro
/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c3367 case TCP_USER_TIMEOUT: in do_tcp_setsockopt()
3867 case TCP_USER_TIMEOUT: in do_tcp_getsockopt()
/kernel/linux/linux-5.10/net/core/
Dfilter.c4898 case TCP_USER_TIMEOUT: in _bpf_setsockopt()