Home
last modified time | relevance | path

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

/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 */
/linux-5.10/net/ipv4/
Dtcp.c1776 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function