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