Home
last modified time | relevance | path

Searched defs:tcp_zerocopy_receive (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dtcp.h348 struct tcp_zerocopy_receive { struct
349 __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 …]
/Linux-v5.15/tools/include/uapi/linux/
Dtcp.h347 struct tcp_zerocopy_receive { struct
348 __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 */
/Linux-v5.15/net/ipv4/
Dtcp.c2054 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function