Searched refs:qopts (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_altq.c | 209 struct node_queue_bw *bw, struct node_queue_opt *qopts) in print_altq() argument 212 print_queue(a, level, bw, 1, qopts); in print_altq() 233 if (!print_hfsc_opts(a, qopts)) in print_altq() 237 if (!print_fairq_opts(a, qopts)) in print_altq() 241 if (!print_codel_opts(a, qopts)) in print_altq() 260 struct node_queue_opt *qopts) in print_queue() argument 294 print_hfsc_opts(a, qopts); in print_queue() 297 print_fairq_opts(a, qopts); in print_queue() 948 print_hfsc_opts(const struct pf_altq *a, const struct node_queue_opt *qopts) in print_hfsc_opts() argument 954 if (qopts == NULL) in print_hfsc_opts() [all …]
|