Searched refs:zerocopy (Results 1 – 13 of 13) 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()
161 u_int zerocopy; member264 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) {
426 Support for zerocopy BPF on platforms that support it
294 int zerocopy; /* -Z option - use sendfile */ member
152 void iperf_set_test_zerocopy( struct iperf_test* ipt, int zerocopy );
87 if (sp->test->zerocopy) in iperf_tcp_send()
279 return ipt->zerocopy; in iperf_get_test_zerocopy()505 iperf_set_test_zerocopy(struct iperf_test *ipt, int zerocopy) in iperf_set_test_zerocopy() argument507 ipt->zerocopy = (zerocopy && has_sendfile()); in iperf_set_test_zerocopy()1073 test->zerocopy = 1; in iperf_parse_arguments()
76 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data114 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
636 -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
11 * Linux: Support preallocating kernel memory for zerocopy USB
138 Fix capsicum support to work with zerocopy buffers in bpf