Searched refs:linkshare (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h154 struct node_hfsc_sc linkshare; member in struct:node_hfsc_opts
167 struct node_fairq_sc linkshare; member in struct:node_fairq_opts
H A Dpfctl_altq.c446 * the child linkshare service curves are under the parent's
447 * linkshare service curve, and that check is performed by
805 * for the linkshare service curve, the sum of the child service
830 /* check the linkshare service curve. */
842 warnx("linkshare sc exceeds parent's sc");
912 /* check the linkshare service curve. */
967 lssc = &qopts->data.hfsc_opts.linkshare;
992 print_hfsc_sc("linkshare", opts->lssc_m1, opts->lssc_d,
1036 loc_lssc = &qopts->data.fairq_opts.linkshare;
1056 print_fairq_sc("linkshare", opt
[all...]
H A Dparse.y1808 if (hfsc_opts.linkshare.used) {
1809 yyerror("linkshare already specified");
1812 hfsc_opts.linkshare.m2 = $2;
1813 hfsc_opts.linkshare.used = 1;
1821 if (hfsc_opts.linkshare.used) {
1822 yyerror("linkshare already specified");
1825 hfsc_opts.linkshare.m1 = $3;
1826 hfsc_opts.linkshare.d = $5;
1827 hfsc_opts.linkshare.m2 = $7;
1828 hfsc_opts.linkshare
[all...]

Completed in 67 milliseconds