Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_altq.h103 struct fairq_opts { struct
152 struct fairq_opts fairq_opts; member
183 struct fairq_opts fairq_opts; member
219 struct fairq_opts fairq_opts; member
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c861 struct fairq_opts *opts; in eval_pfqueue_fairq()
864 opts = &pa->pq_u.fairq_opts; in eval_pfqueue_fairq()
878 if (parent->pa.pq_u.fairq_opts.flags & FARF_DEFAULTCLASS) { in eval_pfqueue_fairq()
884 if (pa->pq_u.fairq_opts.flags & FARF_DEFAULTCLASS) in eval_pfqueue_fairq()
911 sc.m1 = parent->pa.pq_u.fairq_opts.lssc_m1; in eval_pfqueue_fairq()
912 sc.d = parent->pa.pq_u.fairq_opts.lssc_d; in eval_pfqueue_fairq()
913 sc.m2 = parent->pa.pq_u.fairq_opts.lssc_m2; in eval_pfqueue_fairq()
1020 const struct fairq_opts *opts; in print_fairq_opts()
1023 opts = &a->pq_u.fairq_opts; in print_fairq_opts()
1027 loc_lssc = &qopts->data.fairq_opts.linkshare; in print_fairq_opts()
[all …]
H A Dparse.y359 static struct node_fairq_opts fairq_opts; variable
498 struct node_fairq_opts fairq_opts; member
577 %type <v.fairq_opts> fairqopts_list fairqopts_item fairq_opts
2063 bzero(&$$.data.fairq_opts,
2066 | FAIRQ '(' fairq_opts ')' {
2068 $$.data.fairq_opts = $3;
2233 fairq_opts : {
2234 bzero(&fairq_opts,
2238 $$ = fairq_opts;
2247 if (fairq_opts.linkshare.used) {
[all …]
H A Dpfctl_parser.h196 struct node_fairq_opts fairq_opts; member
/freebsd/sys/net/altq/
H A Daltq_fairq.c121 static struct fairq_class *fairq_class_create(struct fairq_if *, int, int, u_int, struct fairq_opts
207 &a->pq_u.fairq_opts, a->qid); in fairq_add_queue()
305 u_int bandwidth, struct fairq_opts *opts, int qid) in fairq_class_create()