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/progs/
Dsockopt_sk.c75 if (optval + sizeof(struct tcp_zerocopy_receive) > optval_end) in _getsockopt()
78 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
/Linux-v5.15/net/ipv4/
Dtcp.c1817 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1858 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1894 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1919 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
1952 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2000 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2028 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2054 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2055 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4160 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c21 struct tcp_zerocopy_receive zc; in getsetsockopt()
/Linux-v5.15/include/uapi/linux/
Dtcp.h348 struct tcp_zerocopy_receive { struct
/Linux-v5.15/tools/include/uapi/linux/
Dtcp.h347 struct tcp_zerocopy_receive { struct
/Linux-v5.15/tools/testing/selftests/net/
Dtcp_mmap.c151 struct tcp_zerocopy_receive zc; in child_thread()