Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_altq.c680 struct hfsc_opts *opts; in eval_pfqueue_hfsc()
683 opts = &pa->pq_u.hfsc_opts; in eval_pfqueue_hfsc()
972 const struct hfsc_opts *opts; in print_hfsc_opts()
975 opts = &a->pq_u.hfsc_opts; in print_hfsc_opts()
1319 pa->pq_u.hfsc_opts.flags = opts->data.hfsc_opts.flags; in eval_queue_opts()
1321 pa->pq_u.hfsc_opts.lssc_m1 = in eval_queue_opts()
1324 pa->pq_u.hfsc_opts.lssc_m2 = in eval_queue_opts()
1327 pa->pq_u.hfsc_opts.lssc_d = in eval_queue_opts()
1331 pa->pq_u.hfsc_opts.rtsc_m1 = in eval_queue_opts()
1337 pa->pq_u.hfsc_opts.rtsc_d = in eval_queue_opts()
[all …]
H A Dparse.y300 struct node_hfsc_opts hfsc_opts; variable
498 %type <v.hfsc_opts> hfscopts_list hfscopts_item hfsc_opts
1647 bzero(&$$.data.hfsc_opts,
1650 | HFSC '(' hfsc_opts ')' {
1652 $$.data.hfsc_opts = $3;
1711 hfsc_opts : {
1712 bzero(&hfsc_opts,
1716 $$ = hfsc_opts;
1743 hfsc_opts.linkshare.d = $5;
1752 hfsc_opts.realtime.m2 = $2;
[all …]
H A Dpfctl_parser.h170 struct node_hfsc_opts hfsc_opts; member
/dragonfly/sys/net/pf/
H A Dpfvar.h1402 struct hfsc_opts { struct
1454 struct hfsc_opts hfsc_opts; member
/dragonfly/sys/net/altq/
H A Daltq_hfsc.c207 struct hfsc_opts *opts; in hfsc_add_queue_locked()
212 opts = &a->pq_u.hfsc_opts; in hfsc_add_queue_locked()