Searched defs:tcp_zerocopy_receive (Results 1 – 9 of 9) sorted by relevance
348 struct tcp_zerocopy_receive { struct349 __u64 address; /* in: address of mapping */350 __u32 length; /* in/out: number of bytes to map/mapped */351 __u32 recv_skip_hint; /* out: amount of bytes to skip */352 __u32 inq; /* out: amount of bytes in read queue */353 __s32 err; /* out: socket error */354 __u64 copybuf_address; /* in: copybuf address (small reads) */355 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */356 __u32 flags; /* in: flags */357 __u64 msg_control; /* ancillary data */[all …]
288 struct tcp_zerocopy_receive { struct289 uint64_t address;290 uint32_t length;291 uint32_t recv_skip_hint;292 uint32_t inq;293 int32_t err;294 uint64_t copybuf_address;295 int32_t copybuf_len;296 uint32_t flags;297 uint64_t msg_control;[all …]
85687 struct tcp_zerocopy_receive { struct85688 __u64 address;85689 __u32 length;85690 __u32 recv_skip_hint;85691 __u32 inq;85692 __s32 err;85693 __u64 copybuf_address;85694 __s32 copybuf_len;85695 __u32 flags;85696 __u64 msg_control;[all …]
117646 struct tcp_zerocopy_receive { struct117647 __u64 address;117648 __u32 length;117649 __u32 recv_skip_hint;117650 __u32 inq;117651 __s32 err;
104439 struct tcp_zerocopy_receive { struct104440 __u64 address;104441 __u32 length;104442 __u32 recv_skip_hint;104443 __u32 inq;104444 __s32 err;
110988 struct tcp_zerocopy_receive { struct110989 __u64 address;110990 __u32 length;110991 __u32 recv_skip_hint;