Searched refs:dropping (Results 1 – 18 of 18) sorted by relevance
69 uint16_t dropping; /* dropping state */ member147 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()
115 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()
307 cst->dropping=0; in aqm_codel_init()
320 si->flows[idx].cst.dropping = false; in fq_codel_enqueue()
396 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()
96 int dropping; member
6 dropping any unneeded files, and combined into a single file, but otherwise is
16 A policing scheme can be applied before writing the packets to the TX port by dropping or
95 - a high cost algorithm/implementation would cause packet dropping in a
114 The Random Early Detection (RED) algorithm works by proactively dropping more
930 | 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 |
687 rules themselves must be considered terminating by default (i.e. dropping
65 dropping packets when TTL expires. As shown in Sub-figure (b), an embedded
426 (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…
21 - Possible operations include dropping traffic, diverting it to specific1416 - Actions that modify the fate of matching traffic, for instance by dropping
97 which is dropping the incoming traffic.
1119 - Fix large calloc() zeroing bugs due to dropping chunk map unzeroed flags.
2264 Packet dropping when no receive buffers available is off by default.