Home
last modified time | relevance | path

Searched refs:node_queue_bw (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sbin/pfctl/
Dpfctl_parser.h110 struct node_queue_bw { struct
116 struct node_queue_bw m1; /* slope of 1st segment; bps */ argument
118 struct node_queue_bw m2; /* slope of 2nd segment; bps */
171 int eval_pfaltq(struct pfctl *, struct pf_altq *, struct node_queue_bw *,
173 int eval_pfqueue(struct pfctl *, struct pf_altq *, struct node_queue_bw *,
176 void print_altq(const struct pf_altq *, unsigned, struct node_queue_bw *,
178 void print_queue(const struct pf_altq *, unsigned, struct node_queue_bw *,
Dpfctl_altq.c84 u_int32_t eval_bwspec(struct node_queue_bw *, u_int32_t);
159 print_altq(const struct pf_altq *a, unsigned level, struct node_queue_bw *bw, in print_altq()
196 print_queue(const struct pf_altq *a, unsigned level, struct node_queue_bw *bw, in print_queue()
235 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfaltq()
306 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfqueue()
1204 eval_bwspec(struct node_queue_bw *bw, u_int32_t ref_bw) in eval_bwspec()
Dparse.y217 struct node_queue_bw queue_bwspec;
267 struct node_queue_bw bwspec, struct node_queue_opt *);
269 struct node_queue_bw, struct node_queue_opt *);
362 struct node_queue_bw queue_bwspec;
3669 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq()
3675 struct node_queue_bw bw; in expand_altq()
3778 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()