Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp.c1807 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1847 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1883 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1908 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
1941 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
1989 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2017 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2068 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2069 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4188 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dsockopt_sk.c84 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c22 struct tcp_zerocopy_receive zc; in getsetsockopt()
/Linux-v6.6/tools/include/uapi/linux/
Dtcp.h347 struct tcp_zerocopy_receive { struct
/Linux-v6.6/include/uapi/linux/
Dtcp.h354 struct tcp_zerocopy_receive { struct
/Linux-v6.6/tools/testing/selftests/net/
Dtcp_mmap.c173 struct tcp_zerocopy_receive zc; in child_thread()