Lines Matching refs:tcp_zerocopy_receive
1949 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb()
1989 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy()
2025 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()
2050 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
2083 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2131 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2159 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2185 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2186 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4309 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4315 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
4333 err = tcp_zerocopy_receive(sk, &zc, &tss); in do_tcp_getsockopt()
4337 if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags)) in do_tcp_getsockopt()
4340 case offsetofend(struct tcp_zerocopy_receive, msg_flags): in do_tcp_getsockopt()
4342 case offsetofend(struct tcp_zerocopy_receive, msg_controllen): in do_tcp_getsockopt()
4343 case offsetofend(struct tcp_zerocopy_receive, msg_control): in do_tcp_getsockopt()
4344 case offsetofend(struct tcp_zerocopy_receive, flags): in do_tcp_getsockopt()
4345 case offsetofend(struct tcp_zerocopy_receive, copybuf_len): in do_tcp_getsockopt()
4346 case offsetofend(struct tcp_zerocopy_receive, copybuf_address): in do_tcp_getsockopt()
4347 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
4349 case offsetofend(struct tcp_zerocopy_receive, inq): in do_tcp_getsockopt()
4351 case offsetofend(struct tcp_zerocopy_receive, length): in do_tcp_getsockopt()