Searched defs:tcp_zerocopy_receive (Results 1 – 10 of 10) sorted by relevance
366 struct tcp_zerocopy_receive { struct367 __u64 address; /* in: address of mapping */368 __u32 length; /* in/out: number of bytes to map/mapped */369 __u32 recv_skip_hint; /* out: amount of bytes to skip */370 __u32 inq; /* out: amount of bytes in read queue */371 __s32 err; /* out: socket error */372 __u64 copybuf_address; /* in: copybuf address (small reads) */373 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */374 __u32 flags; /* in: flags */375 __u64 msg_control; /* ancillary data */[all …]
347 struct tcp_zerocopy_receive { struct348 __u64 address; /* in: address of mapping */349 __u32 length; /* in/out: number of bytes to map/mapped */350 __u32 recv_skip_hint; /* out: amount of bytes to skip */351 __u32 inq; /* out: amount of bytes in read queue */352 __s32 err; /* out: socket error */353 __u64 copybuf_address; /* in: copybuf address (small reads) */354 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */355 __u32 flags; /* in: flags */
362 struct tcp_zerocopy_receive { struct363 __u64 address; /* in: address of mapping */364 __u32 length; /* in/out: number of bytes to map/mapped */365 __u32 recv_skip_hint; /* out: amount of bytes to skip */366 __u32 inq; /* out: amount of bytes in read queue */367 __s32 err; /* out: socket error */368 __u64 copybuf_address; /* in: copybuf address (small reads) */369 __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;
1904 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
2101 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function