Symbol: tcp_zerocopy_receive
net/ipv4/tcp.c
1964
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2004
struct tcp_zerocopy_receive *zc, int inq,
net/ipv4/tcp.c
2039
static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2063
static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2096
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2144
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2172
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2224
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
4773
struct tcp_zerocopy_receive zc = {};
net/ipv4/tcp.c
4779
len < offsetofend(struct tcp_zerocopy_receive, length))
net/ipv4/tcp.c
4797
err = tcp_zerocopy_receive(sk, &zc, &tss);
net/ipv4/tcp.c
4801
if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags))
net/ipv4/tcp.c
4804
case offsetofend(struct tcp_zerocopy_receive, msg_flags):
net/ipv4/tcp.c
4806
case offsetofend(struct tcp_zerocopy_receive, msg_controllen):
net/ipv4/tcp.c
4807
case offsetofend(struct tcp_zerocopy_receive, msg_control):
net/ipv4/tcp.c
4808
case offsetofend(struct tcp_zerocopy_receive, flags):
net/ipv4/tcp.c
4809
case offsetofend(struct tcp_zerocopy_receive, copybuf_len):
net/ipv4/tcp.c
4810
case offsetofend(struct tcp_zerocopy_receive, copybuf_address):
net/ipv4/tcp.c
4811
case offsetofend(struct tcp_zerocopy_receive, err):
net/ipv4/tcp.c
4813
case offsetofend(struct tcp_zerocopy_receive, inq):
net/ipv4/tcp.c
4815
case offsetofend(struct tcp_zerocopy_receive, length):
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1073
struct tcp_zerocopy_receive zc;
tools/testing/selftests/bpf/prog_tests/sockopt_sk.c
22
struct tcp_zerocopy_receive zc;
tools/testing/selftests/bpf/progs/sockopt_sk.c
84
if (((struct tcp_zerocopy_receive *)optval)->address != 0)
tools/testing/selftests/net/tcp_mmap.c
173
struct tcp_zerocopy_receive zc;