Home
last modified time | relevance | path

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

/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_altq.c390 struct cbq_opts *opts; in eval_pfqueue_cbq()
399 opts = &pa->pq_u.cbq_opts; in eval_pfqueue_cbq()
428 struct cbq_opts *opts; in cbq_compute_idletime()
434 opts = &pa->pq_u.cbq_opts; in cbq_compute_idletime()
526 if (altq->pq_u.cbq_opts.flags & CBQCLF_ROOTCLASS) in check_commit_cbq()
528 if (altq->pq_u.cbq_opts.flags & CBQCLF_DEFCLASS) in check_commit_cbq()
545 const struct cbq_opts *opts; in print_cbq_opts()
547 opts = &a->pq_u.cbq_opts; in print_cbq_opts()
1157 pa->pq_u.cbq_opts = opts->data.cbq_opts; in eval_queue_opts()
H A Dpfctl_parser.h155 struct cbq_opts cbq_opts; member
H A Dparse.y1469 $$.data.cbq_opts.flags = 0;
1473 $$.data.cbq_opts.flags = $3;
/netbsd/sys/dist/pf/net/
H A Dpfvar.h1251 struct cbq_opts { struct
1303 struct cbq_opts cbq_opts; member
/netbsd/sys/altq/
H A Daltq_cbq.c316 struct cbq_opts *opts; in cbq_add_queue()
338 opts = &a->pq_u.cbq_opts; in cbq_add_queue()