Lines Matching refs:tcp_zerocopy_receive

1832 					  struct tcp_zerocopy_receive *zc,  in tcp_zerocopy_set_hint_for_skb()
1872 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()
1931 static int tcp_zc_handle_leftover(struct tcp_zerocopy_receive *zc, in tcp_zc_handle_leftover()
1964 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch_error()
2012 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_vm_insert_batch()
2040 struct tcp_zerocopy_receive *zc, in tcp_zc_finalize_rx_tstamp()
2091 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2092 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_receive()
4558 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()
4564 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()
4582 err = tcp_zerocopy_receive(sk, &zc, &tss); in do_tcp_getsockopt()
4586 if (len >= offsetofend(struct tcp_zerocopy_receive, msg_flags)) in do_tcp_getsockopt()
4589 case offsetofend(struct tcp_zerocopy_receive, msg_flags): in do_tcp_getsockopt()
4591 case offsetofend(struct tcp_zerocopy_receive, msg_controllen): in do_tcp_getsockopt()
4592 case offsetofend(struct tcp_zerocopy_receive, msg_control): in do_tcp_getsockopt()
4593 case offsetofend(struct tcp_zerocopy_receive, flags): in do_tcp_getsockopt()
4594 case offsetofend(struct tcp_zerocopy_receive, copybuf_len): in do_tcp_getsockopt()
4595 case offsetofend(struct tcp_zerocopy_receive, copybuf_address): in do_tcp_getsockopt()
4596 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()
4598 case offsetofend(struct tcp_zerocopy_receive, inq): in do_tcp_getsockopt()
4600 case offsetofend(struct tcp_zerocopy_receive, length): in do_tcp_getsockopt()