Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h347 struct tcp_zerocopy_receive { struct
348 __u64 address; /* in: address of mapping */
349 __u32 length; /* in/out: number of bytes to map/mapped */
350 __u32 recv_skip_hint; /* out: amount of bytes to skip */
351 __u32 inq; /* out: amount of bytes in read queue */
352 __s32 err; /* out: socket error */
353 __u64 copybuf_address; /* in: copybuf address (small reads) */
354 __s32 copybuf_len; /* in/out: copybuf bytes avail/used or error */
355 __u32 flags; /* in: flags */
/linux/include/uapi/linux/
H A Dtcp.h481 struct tcp_zerocopy_receive { argument
480 struct tcp_zerocopy_receive { global() struct
482 lengthtcp_zerocopy_receive global() argument
483 recv_skip_hinttcp_zerocopy_receive global() argument
484 inqtcp_zerocopy_receive global() argument
485 errtcp_zerocopy_receive global() argument
486 copybuf_addresstcp_zerocopy_receive global() argument
487 copybuf_lentcp_zerocopy_receive global() argument
488 flagstcp_zerocopy_receive global() argument
489 msg_controltcp_zerocopy_receive global() argument
490 msg_controllentcp_zerocopy_receive global() argument
491 msg_flagstcp_zerocopy_receive global() argument
492 reservedtcp_zerocopy_receive global() argument
/linux/net/ipv4/
H A Dtcp.c2149 static int tcp_zerocopy_receive(struct sock *sk, in tcp_zerocopy_receive() function