Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c1887 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1927 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1962 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1986 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
2019 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2067 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2095 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2146 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2147 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4641 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dsockopt_sk.c84 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
/linux/tools/include/uapi/linux/
H A Dtcp.h347 struct tcp_zerocopy_receive { struct
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c22 struct tcp_zerocopy_receive zc; in getsetsockopt()
/linux/include/uapi/linux/
H A Dtcp.h481 struct tcp_zerocopy_receive { argument
480 struct tcp_zerocopy_receive { global() struct
482 lengthtcp_zerocopy_receive global() argument
483 recv_skip_hinttcp_zerocopy_receive global() argument
484 inqtcp_zerocopy_receive global() argument
485 errtcp_zerocopy_receive global() argument
486 copybuf_addresstcp_zerocopy_receive global() argument
487 copybuf_lentcp_zerocopy_receive global() argument
488 flagstcp_zerocopy_receive global() argument
489 msg_controltcp_zerocopy_receive global() argument
490 msg_controllentcp_zerocopy_receive global() argument
491 msg_flagstcp_zerocopy_receive global() argument
492 reservedtcp_zerocopy_receive global() argument
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c173 struct tcp_zerocopy_receive zc; in child_thread()