Lines Matching defs:tcp_zerocopy_receive
354 struct tcp_zerocopy_receive { struct
355 __u64 address; /* in: address of mapping */
356 __u32 length; /* in/out: number of bytes to map/mapped */
357 __u32 recv_skip_hint; /* out: amount of bytes to skip */
358 __u32 inq; /* out: amount of bytes in read queue */
359 __s32 err; /* out: socket error */
360 __u64 copybuf_address; /* in: copybuf address (small reads) */
361 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */
362 __u32 flags; /* in: flags */
363 __u64 msg_control; /* ancillary data */
364 __u64 msg_controllen;
365 __u32 msg_flags;
366 __u32 reserved; /* set to 0 for now */