Searched refs:tcp_zerocopy_receive (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp.c | 1832 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb() 1872 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy() 1907 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data() 1931 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover() 1964 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error() 2012 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch() 2040 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp() 2091 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function 2092 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive() 4558 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt() [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | sockopt_sk.c | 84 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_sk.c | 22 struct tcp_zerocopy_receive zc; in getsetsockopt()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | tcp.h | 347 struct tcp_zerocopy_receive { struct
|
/linux-6.12.1/include/uapi/linux/ |
D | tcp.h | 474 struct tcp_zerocopy_receive { struct
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | tcp_mmap.c | 173 struct tcp_zerocopy_receive zc; in child_thread()
|