Searched refs:ifbandwidth (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_altq.h77 uint32_t ifbandwidth; /* interface bandwidth */ member in struct:pf_altq
H A Dpf_ioctl.c625 tb.rate = altq->ifbandwidth;
/freebsd-10.3-release/sbin/pfctl/
H A Dpfctl_altq.c182 printf("bandwidth %s ", rate2str((double)a->ifbandwidth));
240 pa->ifbandwidth = bw->bw_absolute;
251 } else if ((pa->ifbandwidth = eval_bwspec(bw, rate)) == 0)
252 pa->ifbandwidth = rate;
254 errors += eval_queue_opts(pa, opts, pa->ifbandwidth);
258 rate = pa->ifbandwidth;
323 pa->ifbandwidth = if_pa->ifbandwidth;
349 if (pa->bandwidth > pa->ifbandwidth) {
451 ifnsPerByte = (1.0 / (double)pa->ifbandwidth) * RM_NS_PER_SE
[all...]
H A Dpfctl_qstats.c291 printf(" [ qid=%u ifname=%s ifbandwidth=%s ]\n",
293 rate2str((double)(node->altq.ifbandwidth)));
H A Dparse.y4788 bw.bw_absolute = pa.ifbandwidth;
/freebsd-10.3-release/sys/contrib/altq/altq/
H A Daltq_priq.c141 pif->pif_bandwidth = a->ifbandwidth;

Completed in 132 milliseconds