Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dtcp.h340 struct tcp_zerocopy_receive struct
342 uint64_t address; /* In: address of mapping. */
343 uint32_t length; /* In/out: number of bytes to map/mapped. */
344 uint32_t recv_skip_hint; /* Out: amount of bytes to skip. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dtcp.h340 struct tcp_zerocopy_receive struct
342 uint64_t address; /* In: address of mapping. */
343 uint32_t length; /* In/out: number of bytes to map/mapped. */
344 uint32_t recv_skip_hint; /* Out: amount of bytes to skip. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtcp.h297 struct tcp_zerocopy_receive { struct
298 __u64 address; /* in: address of mapping */
299 __u32 length; /* in/out: number of bytes to map/mapped */
300 __u32 recv_skip_hint; /* out: amount of bytes to skip */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtcp.h297 struct tcp_zerocopy_receive { struct
298 __u64 address; /* in: address of mapping */
299 __u32 length; /* in/out: number of bytes to map/mapped */
300 __u32 recv_skip_hint; /* out: amount of bytes to skip */
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c1856 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function