Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
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 */
/Linux-v4.19/net/ipv4/
Dtcp.c1747 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function