Home
last modified time | relevance | path

Searched refs:zerocopy (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/
Dmacvtap.c673 bool zerocopy = false; in macvtap_get_user() local
717 zerocopy = true; in macvtap_get_user()
720 if (!zerocopy) { in macvtap_get_user()
733 if (zerocopy) in macvtap_get_user()
761 if (zerocopy) { in macvtap_get_user()
Dtun.c1041 bool zerocopy = false; in tun_get_user() local
1096 zerocopy = true; in tun_get_user()
1099 if (!zerocopy) { in tun_get_user()
1114 if (zerocopy) in tun_get_user()
1199 if (zerocopy) { in tun_get_user()
/linux-4.1.27/net/sunrpc/
Dxprtsock.c343 …(struct socket *sock, struct xdr_buf *xdr, unsigned int base, int more, bool zerocopy, int *sent_p) in xs_send_pagedata() argument
356 if (!zerocopy) in xs_send_pagedata()
390 …ct sockaddr *addr, int addrlen, struct xdr_buf *xdr, unsigned int base, bool zerocopy, int *sent_p) in xs_sendpages() argument
419 err = xs_send_pagedata(sock, xdr, base, remainder != 0, zerocopy, &sent); in xs_sendpages()
663 bool zerocopy = true; in xs_tcp_send_request() local
677 zerocopy = false; in xs_tcp_send_request()
685 req->rq_bytes_sent, zerocopy, &sent); in xs_tcp_send_request()
/linux-4.1.27/Documentation/networking/
Drds.txt46 Some additions like zerocopy support are implemented through
Dvortex.txt194 The driver is set up so that, when the zerocopy patch is applied,