Lines Matching refs:tcp_zerocopy_receive
1840 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1880 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1916 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1941 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
1974 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2022 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2050 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2101 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2102 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4253 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4259 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
4277 err = tcp_zerocopy_receive(sk, &zc, &tss); in do_tcp_getsockopt()
4281 if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags)) in do_tcp_getsockopt()
4284 case offsetofend(struct tcp_zerocopy_receive, msg_flags): in do_tcp_getsockopt()
4286 case offsetofend(struct tcp_zerocopy_receive, msg_controllen): in do_tcp_getsockopt()
4287 case offsetofend(struct tcp_zerocopy_receive, msg_control): in do_tcp_getsockopt()
4288 case offsetofend(struct tcp_zerocopy_receive, flags): in do_tcp_getsockopt()
4289 case offsetofend(struct tcp_zerocopy_receive, copybuf_len): in do_tcp_getsockopt()
4290 case offsetofend(struct tcp_zerocopy_receive, copybuf_address): in do_tcp_getsockopt()
4291 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
4293 case offsetofend(struct tcp_zerocopy_receive, inq): in do_tcp_getsockopt()
4295 case offsetofend(struct tcp_zerocopy_receive, length): in do_tcp_getsockopt()