Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dmsg_zerocopy.c399 int ret, zerocopy; in do_recv_completion() local
444 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED); in do_recv_completion()
446 zerocopied = zerocopy; in do_recv_completion()
447 else if (zerocopied != zerocopy) { in do_recv_completion()
449 zerocopied = zerocopy; in do_recv_completion()
/external/libpcap/
Dpcap-bpf.c161 u_int zerocopy; member
264 if (pb->zerocopy) in pcap_getnonblock_bpf()
276 if (pb->zerocopy) { in pcap_setnonblock_bpf()
966 if (pb->zerocopy) { in pcap_read_bpf()
1489 if (pb->zerocopy) { in pcap_cleanup_bpf()
1932 pb->zerocopy = 1;
2334 if (p->opt.timeout && !pb->zerocopy) {
2454 if (!pb->zerocopy) {
DCHANGES426 Support for zerocopy BPF on platforms that support it
/external/iperf3/src/
Diperf.h294 int zerocopy; /* -Z option - use sendfile */ member
Diperf_api.h152 void iperf_set_test_zerocopy( struct iperf_test* ipt, int zerocopy );
Diperf_tcp.c87 if (sp->test->zerocopy) in iperf_tcp_send()
Diperf_api.c279 return ipt->zerocopy; in iperf_get_test_zerocopy()
505 iperf_set_test_zerocopy(struct iperf_test *ipt, int zerocopy) in iperf_set_test_zerocopy() argument
507 ipt->zerocopy = (zerocopy && has_sendfile()); in iperf_set_test_zerocopy()
1073 test->zerocopy = 1; in iperf_parse_arguments()
/external/iperf3/
DREADME.md76 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
114 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
DRELEASE_NOTES636 -Z, --zerocopy use a 'zero copy' method of sending data
/external/iperf3/docs/
Dinvoking.rst16 explicitly activated. These flags include the ``-Z`` (``--zerocopy``)
344 -Z, --zerocopy
Ddev.rst45 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
/external/libusb/
DChangeLog11 * Linux: Support preallocating kernel memory for zerocopy USB
/external/tcpdump/
DCHANGES138 Fix capsicum support to work with zerocopy buffers in bpf