OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTYPE_NODROP
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/altq/
altq_red.h
181
#define
DTYPE_NODROP
0 /* no drop */
altq_blue.c
406
#define
DTYPE_NODROP
0 /* no drop */
441
droptype =
DTYPE_NODROP
;
459
if (droptype ==
DTYPE_NODROP
&& qlen(q) >= qlimit(q))
466
if (droptype !=
DTYPE_NODROP
) {
altq_rio.c
382
droptype =
DTYPE_NODROP
;
404
if (droptype ==
DTYPE_NODROP
&& qlen(q) >= qlimit(q))
407
if (droptype !=
DTYPE_NODROP
) {
altq_red.c
405
droptype =
DTYPE_NODROP
;
437
if (droptype ==
DTYPE_NODROP
&& qlen(q) >= qlimit(q))
446
if (droptype ==
DTYPE_NODROP
)
449
if (droptype !=
DTYPE_NODROP
) {
Completed in 21 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025