Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c168 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt()
179 err = getsockopt(fd, SOL_TCP, TCP_ZEROCOPY_RECEIVE, &buf, &optlen); in getsetsockopt()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dsockopt_sk.c69 if (ctx->level == SOL_TCP && ctx->optname == TCP_ZEROCOPY_RECEIVE) { in _getsockopt()
/Linux-v5.15/include/uapi/linux/
Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/Linux-v5.15/tools/include/uapi/linux/
Dtcp.h125 #define TCP_ZEROCOPY_RECEIVE 35 macro
/Linux-v5.15/tools/testing/selftests/net/
Dtcp_mmap.c195 res = getsockopt(fd, IPPROTO_TCP, TCP_ZEROCOPY_RECEIVE, in child_thread()
/Linux-v5.15/net/ipv4/
Dtcp.c4158 case TCP_ZEROCOPY_RECEIVE: { in do_tcp_getsockopt()
4238 if (level == SOL_TCP && optname == TCP_ZEROCOPY_RECEIVE) in tcp_bpf_bypass_getsockopt()