OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avrate
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/tc/
m_police.c
38
fprintf(stderr, " [ peakrate BPS ] [
avrate
BPS ] [ overhead BYTES ]\n");
133
__u32
avrate
= 0;
local
201
} else if (strcmp(*argv, "
avrate
") == 0) {
203
if (
avrate
) {
204
fprintf(stderr, "Double \"
avrate
\" spec\n");
207
if (get_rate(&
avrate
, *argv)) {
208
explain1("
avrate
");
301
if (
avrate
)
302
addattr32(n, MAX_MSG, TCA_POLICE_AVRATE,
avrate
);
356
fprintf(f, "
avrate
%s ", sprint_rate(rta_getattr_u32(tb[TCA_POLICE_AVRATE]), b1))
[
all
...]
Completed in 436 milliseconds