Home
last modified time | relevance | path

Searched refs:zerocopy (Results 1 – 14 of 14) 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.c160 u_int zerocopy; member
263 if (pb->zerocopy) in pcap_getnonblock_bpf()
275 if (pb->zerocopy) { in pcap_setnonblock_bpf()
1089 if (pb->zerocopy) { in pcap_read_bpf()
1615 if (pb->zerocopy) { in pcap_cleanup_bpf()
2048 pb->zerocopy = 1;
2475 if (p->opt.timeout && !pb->zerocopy) {
2595 if (!pb->zerocopy) {
DCHANGES606 Support for zerocopy BPF on platforms that support it
/external/iperf3/src/
Diperf.h299 int zerocopy; /* -Z option - use sendfile */ member
Diperf_api.h168 void iperf_set_test_zerocopy( struct iperf_test* ipt, int zerocopy );
Diperf_tcp.c88 if (sp->test->zerocopy) in iperf_tcp_send()
Diperf_api.c320 return ipt->zerocopy; in iperf_get_test_zerocopy()
602 iperf_set_test_zerocopy(struct iperf_test *ipt, int zerocopy) in iperf_set_test_zerocopy() argument
604 ipt->zerocopy = (zerocopy && has_sendfile()); in iperf_set_test_zerocopy()
1223 test->zerocopy = 1; in iperf_parse_arguments()
/external/iperf3/
DREADME.md76 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
DRELNOTES.md777 -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/
DChangeLog74 * Linux: Support preallocating kernel memory for zerocopy USB
/external/libwebsockets/
Dchangelog420 and it can be deleted, and zerocopy options to write new members directly
/external/tcpdump/
DCHANGES138 Fix capsicum support to work with zerocopy buffers in bpf