Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_altq.h37 struct cbq_opts { struct
148 struct cbq_opts cbq_opts; member
179 struct cbq_opts cbq_opts; member
215 struct cbq_opts cbq_opts; member
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c492 struct cbq_opts *opts; in eval_pfqueue_cbq()
501 opts = &pa->pq_u.cbq_opts; in eval_pfqueue_cbq()
520 if (pa->pq_u.cbq_opts.flags & CBQCLF_ROOTCLASS) in eval_pfqueue_cbq()
522 if (pa->pq_u.cbq_opts.flags & CBQCLF_DEFCLASS) in eval_pfqueue_cbq()
535 struct cbq_opts *opts; in cbq_compute_idletime()
541 opts = &pa->pq_u.cbq_opts; in cbq_compute_idletime()
639 const struct cbq_opts *opts; in print_cbq_opts()
641 opts = &a->pq_u.cbq_opts; in print_cbq_opts()
1299 pa->pq_u.cbq_opts = opts->data.cbq_opts; in eval_queue_opts()
H A Dpfctl_parser.h192 struct cbq_opts cbq_opts; member
H A Dparse.y2026 $$.data.cbq_opts.flags = 0;
2030 $$.data.cbq_opts.flags = $3;
/freebsd/sys/net/altq/
H A Daltq_cbq.c276 struct cbq_opts *opts; in cbq_add_queue()
298 opts = &a->pq_u.cbq_opts; in cbq_add_queue()