Lines Matching defs:tcp_zerocopy_receive
1818 struct tcp_zerocopy_receive *zc,
1858 struct tcp_zerocopy_receive *zc, int inq,
1894 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc,
1919 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc,
1952 struct tcp_zerocopy_receive *zc,
2000 struct tcp_zerocopy_receive *zc,
2028 struct tcp_zerocopy_receive *zc,
2079 static int tcp_zerocopy_receive(struct sock *sk,
2080 struct tcp_zerocopy_receive *zc,
4216 struct tcp_zerocopy_receive zc = {};
4222 len < offsetofend(struct tcp_zerocopy_receive, length))
4240 err = tcp_zerocopy_receive(sk, &zc, &tss);
4244 if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags))
4247 case offsetofend(struct tcp_zerocopy_receive, msg_flags):
4249 case offsetofend(struct tcp_zerocopy_receive, msg_controllen):
4250 case offsetofend(struct tcp_zerocopy_receive, msg_control):
4251 case offsetofend(struct tcp_zerocopy_receive, flags):
4252 case offsetofend(struct tcp_zerocopy_receive, copybuf_len):
4253 case offsetofend(struct tcp_zerocopy_receive, copybuf_address):
4254 case offsetofend(struct tcp_zerocopy_receive, err):
4256 case offsetofend(struct tcp_zerocopy_receive, inq):
4258 case offsetofend(struct tcp_zerocopy_receive, length):