OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifbandwidth
(Results
1 - 6
of
6
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_altq.c
175
printf("bandwidth %s ", rate2str((double)a->
ifbandwidth
));
228
pa->
ifbandwidth
= bw->bw_absolute;
235
} else if ((pa->
ifbandwidth
= eval_bwspec(bw, rate)) == 0)
236
pa->
ifbandwidth
= rate;
238
errors += eval_queue_opts(pa, opts, pa->
ifbandwidth
);
242
rate = pa->
ifbandwidth
;
307
pa->
ifbandwidth
= if_pa->
ifbandwidth
;
333
if (pa->bandwidth > pa->
ifbandwidth
) {
435
ifnsPerByte = (1.0 / (double)pa->
ifbandwidth
) * RM_NS_PER_SEC * 8
[
all
...]
pfctl_qstats.c
263
printf(" [ qid=%u ifname=%s
ifbandwidth
=%s ]\n",
265
rate2str((double)(node->altq.
ifbandwidth
)));
parse.y
4457
bw.bw_absolute = pa.
ifbandwidth
;
/src/sys/altq/
altq_priq.c
138
pif->pif_bandwidth = a->
ifbandwidth
;
/src/sys/dist/pf/net/
pfvar.h
1292
u_int32_t
ifbandwidth
; /* interface bandwidth */
member in struct:pf_altq
pf_ioctl.c
867
tb.rate = altq->
ifbandwidth
;
Completed in 20 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025