Searched defs:tcp_zerocopy_receive (Results 1 – 2 of 2) sorted by relevance
297 struct tcp_zerocopy_receive { struct298 __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 */
1747 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function