Home
last modified time | relevance | path

Searched refs:dropping (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_codel.h69 uint16_t dropping; /* dropping state */ member
147 if (cst->dropping) { in codel_dequeue()
150 cst->dropping = false; in codel_dequeue()
159 while (now >= cst->drop_next_time && cst->dropping) { in codel_dequeue()
176 cst->dropping = false; in codel_dequeue()
198 cst->dropping = true; in codel_dequeue()
H A Ddn_sched_fq_codel_helper.h115 if (cst->dropping) { in fqc_codel_dequeue()
118 cst->dropping = false; in fqc_codel_dequeue()
127 while (now >= cst->drop_next_time && cst->dropping) { in fqc_codel_dequeue()
143 cst->dropping = false; in fqc_codel_dequeue()
164 cst->dropping = true; in fqc_codel_dequeue()
H A Ddn_aqm_codel.c307 cst->dropping=0; in aqm_codel_init()
H A Ddn_sched_fq_codel.c320 si->flows[idx].cst.dropping = false; in fq_codel_enqueue()
/f-stack/freebsd/net/altq/
H A Daltq_codel.c396 c->vars.dropping = 0; in codel_getq()
402 if (c->vars.dropping) { in codel_getq()
405 c->vars.dropping = 0; in codel_getq()
415 while (c->vars.dropping && in codel_getq()
427 c->vars.dropping = 0; in codel_getq()
444 c->vars.dropping = 1; in codel_getq()
H A Daltq_codel.h96 int dropping; member
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A DREADME.md6 dropping any unneeded files, and combined into a single file, but otherwise is
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst16 A policing scheme can be applied before writing the packets to the TX port by dropping or
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgeneric_receive_offload_lib.rst95 - a high cost algorithm/implementation would cause packet dropping in a
H A Dtraffic_management.rst114 The Random Early Detection (RED) algorithm works by proactively dropping more
H A Dbbdev.rst930 | Data is packed as 6 bits by dropping and saturating the MSBs |
934 | Data is packed as 6 bits by dropping and saturating the MSBs |
H A Dswitch_representation.rst687 rules themselves must be considered terminating by default (i.e. dropping
H A Dmember_lib.rst65 dropping packets when TTL expires. As shown in Sub-figure (b), an embedded
H A Dqos_framework.rst426 (as opposed to enqueuing all packets / dropping all packets indiscriminately).
1308 When the queue becomes empty, average queue size should decay gradually to zero instead of dropping
H A Drte_flow.rst21 - Possible operations include dropping traffic, diverting it to specific
1416 - Actions that modify the fate of matching traffic, for instance by dropping
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst97 which is dropping the incoming traffic.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog1119 - Fix large calloc() zeroing bugs due to dropping chunk map unzeroed flags.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2264 Packet dropping when no receive buffers available is off by default.