Lines Matching refs:tcp_zerocopy_receive
1852 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1892 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1927 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1951 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
1984 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2032 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2060 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2111 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2112 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4572 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4578 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
4596 err = tcp_zerocopy_receive(sk, &zc, &tss); in do_tcp_getsockopt()
4600 if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags)) in do_tcp_getsockopt()
4603 case offsetofend(struct tcp_zerocopy_receive, msg_flags): in do_tcp_getsockopt()
4605 case offsetofend(struct tcp_zerocopy_receive, msg_controllen): in do_tcp_getsockopt()
4606 case offsetofend(struct tcp_zerocopy_receive, msg_control): in do_tcp_getsockopt()
4607 case offsetofend(struct tcp_zerocopy_receive, flags): in do_tcp_getsockopt()
4608 case offsetofend(struct tcp_zerocopy_receive, copybuf_len): in do_tcp_getsockopt()
4609 case offsetofend(struct tcp_zerocopy_receive, copybuf_address): in do_tcp_getsockopt()
4610 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
4612 case offsetofend(struct tcp_zerocopy_receive, inq): in do_tcp_getsockopt()
4614 case offsetofend(struct tcp_zerocopy_receive, length): in do_tcp_getsockopt()