OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headdrop
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/man/man8/
tc-sfq.8
18
.B ] [
headdrop
83
In case of overflow, tail-drop is performed on the fullest bucket, unless
headdrop
was requested.
114
headdrop
116
You can ask a
headdrop
instead, as this is known to provide a better feedback for TCP flows.
195
redflowlimit 100000 min 8000 max 60000 probability 0.20 ecn
headdrop
/external/iproute2/tc/
q_sfq.c
32
fprintf(stderr, " [
headdrop
]\n");
96
} else if (strcmp(*argv, "
headdrop
") == 0) {
97
opt.
headdrop
= 1;
225
if (qopt_ext && qopt_ext->
headdrop
)
226
fprintf(f, "
headdrop
");
/external/iproute2/include/linux/
pkt_sched.h
198
unsigned int
headdrop
;
member in struct:tc_sfq_qopt_v1
Completed in 26 milliseconds