Searched defs:tcp_zerocopy_receive (Results 1 – 6 of 6) 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 */352 __u64 copybuf_address; /* in: copybuf address (small reads) */353 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */
340 struct tcp_zerocopy_receive struct342 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. */
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 */
1856 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function