OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linkshare
(Results
1 - 3
of
3
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_parser.h
147
struct node_hfsc_sc
linkshare
;
member in struct:node_hfsc_opts
pfctl_altq.c
702
* for the
linkshare
service curve, the sum of the child service
729
/* if the class has a
linkshare
service curve, add it. */
756
/* check the
linkshare
service curve. */
768
warnx("
linkshare
sc exceeds parent's sc");
847
lssc = &qopts->data.hfsc_opts.
linkshare
;
870
print_hfsc_sc("
linkshare
", opts->lssc_m1, opts->lssc_d,
1164
if (opts->data.hfsc_opts.
linkshare
.used) {
1166
eval_bwspec(&opts->data.hfsc_opts.
linkshare
.m1,
1169
eval_bwspec(&opts->data.hfsc_opts.
linkshare
.m2,
1172
opts->data.hfsc_opts.
linkshare
.d
[
all
...]
parse.y
420
%token ALTQ CBQ PRIQ HFSC BANDWIDTH TBRSIZE
LINKSHARE
REALTIME UPPERLIMIT
1555
hfscopts_item :
LINKSHARE
bandwidth {
1556
if (hfsc_opts.
linkshare
.used) {
1557
yyerror("
linkshare
already specified");
1560
hfsc_opts.
linkshare
.m2 = $2;
1561
hfsc_opts.
linkshare
.used = 1;
1563
|
LINKSHARE
'(' bandwidth comma number comma bandwidth ')'
1565
if (hfsc_opts.
linkshare
.used) {
1566
yyerror("
linkshare
already specified");
1569
hfsc_opts.
linkshare
.m1 = $3
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025