OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_prof
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/altq/tbrconfig/
tbrconfig.c
112
req.
tb_prof
.rate = rate;
113
req.
tb_prof
.depth = depth;
135
if (req.
tb_prof
.rate == 0)
140
if (req.
tb_prof
.rate < 999999)
142
(double)req.
tb_prof
.rate/1000.0);
145
(double)req.
tb_prof
.rate/1000000.0);
146
if (req.
tb_prof
.depth < 10240)
147
sprintf(size_str, "%u", req.
tb_prof
.depth);
150
(double)req.
tb_prof
.depth/1024.0);
178
if (req.
tb_prof
.rate == 0
[
all
...]
/src/usr.sbin/altq/libaltq/
qop.c
74
struct tb_profile
tb_prof
, otb_prof;
member in struct:tbrinfo
317
info->
tb_prof
.rate = rate;
318
info->
tb_prof
.depth = size;
869
if (info->
tb_prof
.rate == 0 || info->installed)
880
info->otb_prof.rate = req.
tb_prof
.rate;
881
info->otb_prof.depth = req.
tb_prof
.depth;
887
if (req.
tb_prof
.rate != 0) {
892
(double)req.
tb_prof
.rate/1000000.0,
893
(double)req.
tb_prof
.depth/1024.0);
899
if (info->
tb_prof
.depth == 0)
[
all
...]
/src/sys/altq/
altq.h
84
struct tb_profile
tb_prof
; /* token bucket profile */
member in struct:tbrreq
altq_conf.c
246
return tbr_set(&ifp->if_snd, &tbrreq->
tb_prof
);
251
return tbr_get(&ifp->if_snd, &tbrreq->
tb_prof
);
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025