Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c1780 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1805 static int tcp_zerocopy_handle_leftover_data(struct tcp_zerocopy_receive *zc, in tcp_zerocopy_handle_leftover_data()
1832 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_vm_insert_batch()
1856 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
1857 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_receive()
3919 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
3925 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
3935 err = tcp_zerocopy_receive(sk, &zc); in do_tcp_getsockopt()
3937 if (len >= offsetofend(struct tcp_zerocopy_receive, err)) in do_tcp_getsockopt()
3940 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtcp.h346 struct tcp_zerocopy_receive { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dtcp.h340 struct tcp_zerocopy_receive struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dtcp.h340 struct tcp_zerocopy_receive struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtcp.h297 struct tcp_zerocopy_receive { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtcp.h297 struct tcp_zerocopy_receive { struct
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_mmap.c151 struct tcp_zerocopy_receive zc; in child_thread()