Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h346 struct tcp_zerocopy_receive { struct
347 __u64 address; /* in: address of mapping */
348 __u32 length; /* in/out: number of bytes to map/mapped */
349 __u32 recv_skip_hint; /* out: amount of bytes to skip */
350 __u32 inq; /* out: amount of bytes in read queue */
351 __s32 err; /* out: socket error */
352 __u64 copybuf_address; /* in: copybuf address (small reads) */
353 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtcp.h242 struct tcp_zerocopy_receive { struct
243 __u64 address;
244 __u32 length;
245 __u32 recv_skip_hint;
246 __u32 inq;
247 __s32 err;
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
Dtcp.h248 struct tcp_zerocopy_receive { struct
249 uint64_t address;
250 uint32_t length;
251 uint32_t recv_skip_hint;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtcp.h235 struct tcp_zerocopy_receive { struct
236 __u64 address;
237 __u32 length;
238 __u32 recv_skip_hint;
/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c1850 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function