Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/uapi/linux/
Dtcp.h366 struct tcp_zerocopy_receive { struct
367 __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 …]
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h362 struct tcp_zerocopy_receive { struct
363 __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 */
/kernel/linux/patches/linux-6.6/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/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.c1904 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function
/kernel/linux/linux-6.6/net/ipv4/
Dtcp.c2101 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function