Lines Matching defs:tcp_zerocopy_receive
1828 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc,
1853 static int tcp_zerocopy_handle_leftover_data(struct tcp_zerocopy_receive *zc,
1880 struct tcp_zerocopy_receive *zc)
1904 static int tcp_zerocopy_receive(struct sock *sk,
1905 struct tcp_zerocopy_receive *zc)
4026 struct tcp_zerocopy_receive zc = {};
4032 len < offsetofend(struct tcp_zerocopy_receive, length))
4042 err = tcp_zerocopy_receive(sk, &zc);
4046 if (len >= offsetofend(struct tcp_zerocopy_receive, err))
4049 case offsetofend(struct tcp_zerocopy_receive, err):
4051 case offsetofend(struct tcp_zerocopy_receive, inq):
4053 case offsetofend(struct tcp_zerocopy_receive, length):