Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dbridge.c25 static int zerocopy = 1; /* enable zerocopy if possible */ variable
106 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()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c159 u_int zerocopy; member
262 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) {
H A DCHANGES1105 Support for zerocopy BPF on platforms that support it
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod195 With this option, sendfile() will use the zerocopy mode, which gives a
201 option to disable zerocopy and always runs in this mode.
H A DSSL_CONF_cmd.pod648 B<KTLSTxZerocopySendfile>: use the zerocopy TX mode of sendfile(), which gives
653 KTLS sendfile on FreeBSD doesn't offer an option to disable zerocopy and
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in724 If this option is set, SSL_sendfile() will use the zerocopy TX mode, which gives
729 zerocopy mode.
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1312 int zerocopy) in execute_test_ktls_sendfile() argument
1369 if (zerocopy) { in execute_test_ktls_sendfile()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in426 /* Enable KTLS TX zerocopy on Linux */
/freebsd/contrib/tcpdump/
H A DCHANGES554 Fix capsicum support to work with zerocopy buffers in bpf