OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:red_pkttime
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/altq/
altq_priq.c
343
int red_flags,
red_pkttime
;
local in function:priq_class_create
353
red_pkttime
= 1000 * 1000 * 1000; /* 1 sec */
355
red_pkttime
= (int64_t)pif->pif_ifq->altq_ifp->if_mtu
360
red_flags,
red_pkttime
);
369
red_flags,
red_pkttime
);
altq_red.h
73
int
red_pkttime
; /* average packet time in usec */
member in struct:red_conf
132
int
red_pkttime
; /* average packet time in micro sec
member in struct:red
altq_rmclass.c
279
int red_flags,
red_pkttime
;
local in function:rmc_newclass
290
red_pkttime
= PSEC_TO_NSEC(psecPerByte) * pktsize / 1000;
296
red_flags,
red_pkttime
);
303
red_flags,
red_pkttime
);
altq_hfsc.c
423
int red_flags,
red_pkttime
;
local in function:hfsc_class_create
442
red_pkttime
= 1000 * 1000 * 1000; /* 1 sec */
444
red_pkttime
= (int64_t)hif->hif_ifq->altq_ifp->if_mtu
450
red_flags,
red_pkttime
);
457
red_flags,
red_pkttime
);
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025