Home
last modified time | relevance | path

Searched refs:tcp_zerocopy_receive (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dsockopt_sk.c70 if (optval + sizeof(struct tcp_zerocopy_receive) > optval_end) in _getsockopt()
73 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
Dtcp.h248 struct tcp_zerocopy_receive { struct
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c20 struct tcp_zerocopy_receive zc; in getsetsockopt()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtcp.h242 struct tcp_zerocopy_receive { struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtcp.h235 struct tcp_zerocopy_receive { struct
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h353 struct tcp_zerocopy_receive { struct
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dtcp.h347 struct tcp_zerocopy_receive { struct
/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c1792 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1817 static int tcp_zerocopy_handle_leftover_data(struct tcp_zerocopy_receive *zc, in tcp_zerocopy_handle_leftover_data()
1844 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_vm_insert_batch()
1868 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
1869 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_receive()
4017 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4023 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
4033 err = tcp_zerocopy_receive(sk, &zc); in do_tcp_getsockopt()
4037 if (len >= offsetofend(struct tcp_zerocopy_receive, err)) in do_tcp_getsockopt()
4040 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtcp_mmap.c151 struct tcp_zerocopy_receive zc; in child_thread()