Searched refs:tcp_zerocopy_receive (Results 1 – 9 of 9) sorted by relevance
70 if (optval + sizeof(struct tcp_zerocopy_receive) > optval_end) in _getsockopt()73 if (((struct tcp_zerocopy_receive *)optval)->address != 0) in _getsockopt()
248 struct tcp_zerocopy_receive { struct
20 struct tcp_zerocopy_receive zc; in getsetsockopt()
242 struct tcp_zerocopy_receive { struct
235 struct tcp_zerocopy_receive { struct
353 struct tcp_zerocopy_receive { struct
347 struct tcp_zerocopy_receive { struct
1792 static int tcp_copy_straggler_data(struct tcp_zerocopy_receive *zc, in tcp_copy_straggler_data()1817 static int tcp_zerocopy_handle_leftover_data(struct tcp_zerocopy_receive *zc, in tcp_zerocopy_handle_leftover_data()1844 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_vm_insert_batch()1868 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function1869 struct tcp_zerocopy_receive *zc) in tcp_zerocopy_receive()4017 struct tcp_zerocopy_receive zc = {}; in do_tcp_getsockopt()4023 len < offsetofend(struct tcp_zerocopy_receive, length)) in do_tcp_getsockopt()4033 err = tcp_zerocopy_receive(sk, &zc); in do_tcp_getsockopt()4037 if (len >= offsetofend(struct tcp_zerocopy_receive, err)) in do_tcp_getsockopt()4040 case offsetofend(struct tcp_zerocopy_receive, err): in do_tcp_getsockopt()[all …]
151 struct tcp_zerocopy_receive zc; in child_thread()