Searched refs:zerocopy (Results 1 – 14 of 14) sorted by relevance
399 int ret, zerocopy; in do_recv_completion() local444 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()
160 u_int zerocopy; member263 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) {
606 Support for zerocopy BPF on platforms that support it
299 int zerocopy; /* -Z option - use sendfile */ member
168 void iperf_set_test_zerocopy( struct iperf_test* ipt, int zerocopy );
88 if (sp->test->zerocopy) in iperf_tcp_send()
320 return ipt->zerocopy; in iperf_get_test_zerocopy()602 iperf_set_test_zerocopy(struct iperf_test *ipt, int zerocopy) in iperf_set_test_zerocopy() argument604 ipt->zerocopy = (zerocopy && has_sendfile()); in iperf_set_test_zerocopy()1223 test->zerocopy = 1; in iperf_parse_arguments()
76 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
777 -Z, --zerocopy use a 'zero copy' method of sending data
16 explicitly activated. These flags include the ``-Z`` (``--zerocopy``)344 -Z, --zerocopy
45 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
74 * Linux: Support preallocating kernel memory for zerocopy USB
420 and it can be deleted, and zerocopy options to write new members directly
138 Fix capsicum support to work with zerocopy buffers in bpf