Lines Matching refs:tcp_zerocopy_receive
1830 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1871 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
1907 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
1932 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
1965 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2013 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2041 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2067 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2068 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4207 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4213 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
4231 err = tcp_zerocopy_receive(sk, &zc, &tss); in do_tcp_getsockopt()
4235 if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags)) in do_tcp_getsockopt()
4238 case offsetofend(struct tcp_zerocopy_receive, msg_flags): in do_tcp_getsockopt()
4240 case offsetofend(struct tcp_zerocopy_receive, msg_controllen): in do_tcp_getsockopt()
4241 case offsetofend(struct tcp_zerocopy_receive, msg_control): in do_tcp_getsockopt()
4242 case offsetofend(struct tcp_zerocopy_receive, flags): in do_tcp_getsockopt()
4243 case offsetofend(struct tcp_zerocopy_receive, copybuf_len): in do_tcp_getsockopt()
4244 case offsetofend(struct tcp_zerocopy_receive, copybuf_address): in do_tcp_getsockopt()
4245 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
4247 case offsetofend(struct tcp_zerocopy_receive, inq): in do_tcp_getsockopt()
4249 case offsetofend(struct tcp_zerocopy_receive, length): in do_tcp_getsockopt()