Symbol: tcp_zerocopy_receive
net/ipv4/tcp.c
1936
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
1976
struct tcp_zerocopy_receive *zc, int inq,
net/ipv4/tcp.c
2011
static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2035
static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2068
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2116
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2144
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
2196
struct tcp_zerocopy_receive *zc,
net/ipv4/tcp.c
4744
struct tcp_zerocopy_receive zc = {};
net/ipv4/tcp.c
4750
len < offsetofend(struct tcp_zerocopy_receive, length))
net/ipv4/tcp.c
4768
err = tcp_zerocopy_receive(sk, &zc, &tss);
net/ipv4/tcp.c
4772
if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags))
net/ipv4/tcp.c
4775
case offsetofend(struct tcp_zerocopy_receive, msg_flags):
net/ipv4/tcp.c
4777
case offsetofend(struct tcp_zerocopy_receive, msg_controllen):
net/ipv4/tcp.c
4778
case offsetofend(struct tcp_zerocopy_receive, msg_control):
net/ipv4/tcp.c
4779
case offsetofend(struct tcp_zerocopy_receive, flags):
net/ipv4/tcp.c
4780
case offsetofend(struct tcp_zerocopy_receive, copybuf_len):
net/ipv4/tcp.c
4781
case offsetofend(struct tcp_zerocopy_receive, copybuf_address):
net/ipv4/tcp.c
4782
case offsetofend(struct tcp_zerocopy_receive, err):
net/ipv4/tcp.c
4784
case offsetofend(struct tcp_zerocopy_receive, inq):
net/ipv4/tcp.c
4786
case offsetofend(struct tcp_zerocopy_receive, length):
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1119
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;