OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_sfq_set_perturb
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/qdisc/
sfq.h
28
extern void
rtnl_sfq_set_perturb
(struct rtnl_qdisc *, int);
/external/libnl/lib/route/qdisc/
sfq.c
185
void
rtnl_sfq_set_perturb
(struct rtnl_qdisc *qdisc, int perturb)
function
/external/libnl/tests/
test-complex-HTB-with-hash-filters.c
477
rtnl_sfq_set_perturb
(qdisc, perturb); // default never perturb the hash
Completed in 71 milliseconds