Lines Matching defs:tcp_zerocopy_receive
472 struct tcp_zerocopy_receive { struct
473 __u64 address; /* in: address of mapping */
474 __u32 length; /* in/out: number of bytes to map/mapped */
475 __u32 recv_skip_hint; /* out: amount of bytes to skip */
476 __u32 inq; /* out: amount of bytes in read queue */
477 __s32 err; /* out: socket error */
478 __u64 copybuf_address; /* in: copybuf address (small reads) */
479 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */
480 __u32 flags; /* in: flags */
481 __u64 msg_control; /* ancillary data */
482 __u64 msg_controllen;
483 __u32 msg_flags;
484 __u32 reserved; /* set to 0 for now */