Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c1821 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1861 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1955 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2003 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2031 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2082 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2083 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4234 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4258 err = tcp_zerocopy_receive(sk, &zc, &tss); in do_tcp_getsockopt()
4272 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsockopt_sk.c84 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h347 struct tcp_zerocopy_receive { struct
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c22 struct tcp_zerocopy_receive zc; in getsetsockopt()
/openbmc/linux/include/uapi/linux/
H A Dtcp.h366 struct tcp_zerocopy_receive { struct
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c173 struct tcp_zerocopy_receive zc; in child_thread()