Searched defs:pkttime (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_blue.c | 91 int pkttime = 0; in blue_interface_parser() local 150 int hold_time, int qlimit, int pkttime, int flags) in qcmd_blue_add_if() 168 int pkttime, int flags) in qop_blue_add_if()
|
H A D | qop_red.c | 93 int pkttime = 0; in red_interface_parser() local 177 int pkttime, int flags) in qcmd_red_add_if() 195 int th_max, int qlimit, int pkttime, int flags) in qop_red_add_if()
|
H A D | qop_rio.c | 100 int pkttime = 0; in rio_interface_parser() local 211 int qlimit, int pkttime, int flags) in qcmd_rio_add_if() 240 int qlimit, int pkttime, int flags) in qop_rio_add_if()
|
H A D | qop_rio.h | 36 int pkttime; /* average packet time in usec */ member
|
H A D | qop_blue.h | 36 int pkttime; /* average packet time in usec */ member
|
H A D | qop_red.h | 38 int pkttime; /* average packet time in usec */ member
|
/netbsd-src/sys/altq/ |
H A D | altq_blue.c | 358 blue_init(blue_t *rp, int flags, int pkttime, int blue_max_pmark, in blue_init() argument
|
H A D | altq_rio.c | 206 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc() argument
|
H A D | altq_red.c | 232 int pkttime) in red_alloc() argument
|