Searched refs:node_queue_bw (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sbin/pfctl/ |
| H A D | pfctl_parser.h | 142 struct node_queue_bw { struct 148 struct node_queue_bw m1; /* slope of 1st segment; bps */ argument 150 struct node_queue_bw m2; /* slope of 2nd segment; bps */ 162 struct node_queue_bw m1; /* slope of 1st segment; bps */ 164 struct node_queue_bw m2; /* slope of 2nd segment; bps */ 170 struct node_queue_bw hogs_bw; 292 int eval_pfaltq(struct pfctl *, struct pf_altq *, struct node_queue_bw *, 294 int eval_pfqueue(struct pfctl *, struct pf_altq *, struct node_queue_bw *, 297 void print_altq(const struct pf_altq *, unsigned, struct node_queue_bw *, 299 void print_queue(const struct pf_altq *, unsigned, struct node_queue_bw *,
|
| H A D | pfctl_altq.c | 110 u_int64_t eval_bwspec(struct node_queue_bw *, u_int64_t); 215 struct node_queue_bw *bw, struct node_queue_opt *qopts) in print_altq() 265 struct node_queue_bw *bw, int print_interface, in print_queue() 312 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, 398 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, 1411 eval_bwspec(struct node_queue_bw *bw, u_int64_t ref_bw)
|
| H A D | parse.y | 293 struct node_queue_bw queue_bwspec; 347 struct node_queue *, struct node_queue_bw bwspec, 350 struct node_queue *, struct node_queue_bw, 435 struct node_queue_bw queue_bwspec; 5134 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_altq() 5140 struct node_queue_bw bw; in expand_altq() 5247 struct node_queue *nqueues, struct node_queue_bw bwspec, in expand_queue()
|