Searched defs:tcp_zerocopy_receive (Results 1 – 5 of 5) sorted by relevance
346 struct tcp_zerocopy_receive { struct347 __u64 address; /* in: address of mapping */348 __u32 length; /* in/out: number of bytes to map/mapped */349 __u32 recv_skip_hint; /* out: amount of bytes to skip */350 __u32 inq; /* out: amount of bytes in read queue */351 __s32 err; /* out: socket error */352 __u64 copybuf_address; /* in: copybuf address (small reads) */353 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */
242 struct tcp_zerocopy_receive { struct243 __u64 address;244 __u32 length;245 __u32 recv_skip_hint;246 __u32 inq;247 __s32 err;
248 struct tcp_zerocopy_receive { struct249 uint64_t address;250 uint32_t length;251 uint32_t recv_skip_hint;
235 struct tcp_zerocopy_receive { struct236 __u64 address;237 __u32 length;238 __u32 recv_skip_hint;
1850 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function