Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.c79 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable
112 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) {
169 (*backends[i]->ipfl_fini)(softc,
219 (*backends[i]->ipfl_destroy)(softc,
666 if (type == backends[i]->ipfl_type) {
668 (*backends[i]->ipfl_table_deref)(softc,
724 if (iter.ili_type == backends[i]->ipfl_type) {
725 err = (*backends[i]->ipfl_iter_next)(softc,
779 if (lkey->ilik_type == backends[i]->ipfl_type) {
780 (*backends[i]->ipfl_iter_deref)(softc,
[all …]
/f-stack/dpdk/doc/guides/nics/
H A De1000em.rst92 …For more information about Qemu supported networking backends and different options for configurin…
H A Dvirtio.rst20 In this chapter, we will demonstrate usage of virtio PMD driver with two backends,
/f-stack/app/nginx-1.16.1/
H A DCHANGES112 *) Bugfix: working with gRPC backends might result in excessive memory
131 *) Bugfix: connections with some gRPC backends might not be cached when
265 *) Bugfix: connections with gRPC backends might be closed unexpectedly
854 requests passed to backends, including requests without body, when
1613 backends.
1681 *) Feature: support for SNI while working with SSL backends.
1980 backends in unbuffered mode.
2101 *) Feature: the mail proxy module now supports IPv6 backends.
2462 *) Bugfix: nginx might loop infinitely over backends if the
7616 *) Bugfix: if all backends had returned the 404 response and the
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst93 device on a VM and can be configured to use various backends on the
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim2237 " nginx module providing API to communicate with supervisord and manage (start/stop) backends on-de…