Searched refs:zerocopy (Results 1 – 9 of 9) sorted by relevance
25 static int zerocopy = 1; /* enable zerocopy if possible */ variable106 if (zerocopy) { in rings_move()228 zerocopy = 0; /* do not zerocopy */ in main()289 zerocopy = zerocopy && (pa->mem == pb->mem); in main()290 D("------- zerocopy %ssupported", zerocopy ? "" : "NOT "); in main()
159 u_int zerocopy; member262 if (pb->zerocopy) in pcap_getnonblock_bpf()274 if (pb->zerocopy) { in pcap_setnonblock_bpf()1216 if (pb->zerocopy) { in pcap_read_bpf()1751 if (pb->zerocopy) { in pcap_cleanup_bpf()2131 pb->zerocopy = 1;2559 if (p->opt.timeout && !pb->zerocopy) {2679 if (!pb->zerocopy) {
1105 Support for zerocopy BPF on platforms that support it
195 With this option, sendfile() will use the zerocopy mode, which gives a201 option to disable zerocopy and always runs in this mode.
648 B<KTLSTxZerocopySendfile>: use the zerocopy TX mode of sendfile(), which gives653 KTLS sendfile on FreeBSD doesn't offer an option to disable zerocopy and
724 If this option is set, SSL_sendfile() will use the zerocopy TX mode, which gives729 zerocopy mode.
1312 int zerocopy) in execute_test_ktls_sendfile() argument1369 if (zerocopy) { in execute_test_ktls_sendfile()
426 /* Enable KTLS TX zerocopy on Linux */
554 Fix capsicum support to work with zerocopy buffers in bpf