OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fq_codel
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/qdisc/
fq_codel.c
2
* lib/route/qdisc/
fq_codel
.c
fq_codel
25
#include <netlink/route/qdisc/
fq_codel
.h>
48
struct rtnl_fq_codel *
fq_codel
= data;
local
57
fq_codel
->fq_target = nla_get_u32(tb[TCA_FQ_CODEL_TARGET]);
58
fq_codel
->fq_mask |= SCH_FQ_CODEL_ATTR_TARGET;
62
fq_codel
->fq_interval = nla_get_u32(tb[TCA_FQ_CODEL_INTERVAL]);
63
fq_codel
->fq_mask |= SCH_FQ_CODEL_ATTR_INTERVAL;
67
fq_codel
->fq_limit = nla_get_u32(tb[TCA_FQ_CODEL_LIMIT]);
68
fq_codel
->fq_mask |= SCH_FQ_CODEL_ATTR_LIMIT
92
struct rtnl_
fq_codel
*
fq_codel
= data;
local
113
struct rtnl_
fq_codel
*
fq_codel
= data;
local
150
struct rtnl_
fq_codel
*
fq_codel
;
local
168
struct rtnl_
fq_codel
*
fq_codel
;
local
187
struct rtnl_
fq_codel
*
fq_codel
;
local
205
struct rtnl_
fq_codel
*
fq_codel
;
local
222
struct rtnl_
fq_codel
*
fq_codel
;
local
240
struct rtnl_
fq_codel
*
fq_codel
;
local
257
struct rtnl_
fq_codel
*
fq_codel
;
local
275
struct rtnl_
fq_codel
*
fq_codel
;
local
292
struct rtnl_
fq_codel
*
fq_codel
;
local
310
struct rtnl_
fq_codel
*
fq_codel
;
local
328
struct rtnl_
fq_codel
*
fq_codel
;
local
346
struct rtnl_
fq_codel
*
fq_codel
;
local
[
all
...]
/external/libnl/lib/cli/qdisc/
fq_codel.c
2
* lib/cli/qdisc/
fq_codel
.c
fq_codel
module for CLI lib
14
#include <netlink/route/qdisc/
fq_codel
.h>
19
"Usage: nl-qdisc-add [...]
fq_codel
[OPTIONS]...\n"
30
" # Attach
fq_codel
with a 4096 packets limit to eth1\n"
31
" nl-qdisc-add --dev=eth1 --parent=root
fq_codel
--limit=4096\n");
99
.tm_name = "
fq_codel
",
Completed in 124 milliseconds