Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dmacvtap.c723 bool zerocopy = false; in macvtap_get_user() local
769 zerocopy = true; in macvtap_get_user()
772 if (!zerocopy) { in macvtap_get_user()
786 if (zerocopy) in macvtap_get_user()
820 if (zerocopy) { in macvtap_get_user()
Dtun.c1095 bool zerocopy = false; in tun_get_user() local
1150 zerocopy = true; in tun_get_user()
1153 if (!zerocopy) { in tun_get_user()
1168 if (zerocopy) in tun_get_user()
1253 if (zerocopy) { in tun_get_user()
/linux-4.4.14/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()
392 …ct sockaddr *addr, int addrlen, struct xdr_buf *xdr, unsigned int base, bool zerocopy, int *sent_p) in xs_sendpages() argument
420 err = xs_send_pagedata(sock, xdr, base, remainder != 0, zerocopy, &sent); in xs_sendpages()
644 bool zerocopy = true; in xs_tcp_send_request() local
658 zerocopy = false; in xs_tcp_send_request()
666 req->rq_bytes_sent, zerocopy, &sent); in xs_tcp_send_request()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db120 API-skb-zerocopy
161 API-zerocopy-sg-from-iter
/linux-4.4.14/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,