Home
last modified time | relevance | path

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

/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_altq.c147 struct node_queue_opt *qopts) in print_altq() argument
150 print_queue(a, level, bw, 1, qopts); in print_altq()
166 if (!print_hfsc_opts(a, qopts)) in print_altq()
184 int print_interface, struct node_queue_opt *qopts) in print_queue() argument
213 print_hfsc_opts(a, qopts); in print_queue()
837 print_hfsc_opts(const struct pf_altq *a, const struct node_queue_opt *qopts) in print_hfsc_opts() argument
843 if (qopts == NULL) in print_hfsc_opts()
846 rtsc = &qopts->data.hfsc_opts.realtime; in print_hfsc_opts()
847 lssc = &qopts->data.hfsc_opts.linkshare; in print_hfsc_opts()
848 ulsc = &qopts->data.hfsc_opts.upperlimit; in print_hfsc_opts()