HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_qdisc_ops (Results 1 - 15 of 15) sorted by null

  /external/libnl/include/netlink/route/
qdisc-modules.h 25 struct rtnl_qdisc_ops struct
63 struct rtnl_qdisc_ops *qo_next;
66 extern int rtnl_qdisc_register(struct rtnl_qdisc_ops *);
67 extern int rtnl_qdisc_unregister(struct rtnl_qdisc_ops *);
68 extern struct rtnl_qdisc_ops * rtnl_qdisc_lookup_ops(struct rtnl_qdisc *);
69 extern struct rtnl_qdisc_ops * __rtnl_qdisc_lookup_ops(const char *);
  /external/libnl/lib/route/
qdisc_api.c 29 static struct rtnl_qdisc_ops *qdisc_ops_list;
40 int rtnl_qdisc_register(struct rtnl_qdisc_ops *qops)
42 struct rtnl_qdisc_ops *o, **op;
61 int rtnl_qdisc_unregister(struct rtnl_qdisc_ops *qops)
63 struct rtnl_qdisc_ops *o, **op;
77 struct rtnl_qdisc_ops *__rtnl_qdisc_lookup_ops(const char *kind)
79 struct rtnl_qdisc_ops *qops;
88 struct rtnl_qdisc_ops *rtnl_qdisc_lookup_ops(struct rtnl_qdisc *qdisc)
qdisc.c 96 static struct nl_cache_ops rtnl_qdisc_ops; variable in typeref:struct:nl_cache_ops
103 struct rtnl_qdisc_ops *qops;
150 struct rtnl_qdisc_ops *qops;
388 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result);
403 if (cache->c_ops != &rtnl_qdisc_ops)
428 if (cache->c_ops != &rtnl_qdisc_ops)
443 static struct nl_cache_ops rtnl_qdisc_ops = { variable in typeref:struct:nl_cache_ops
460 nl_cache_mngt_register(&rtnl_qdisc_ops);
465 nl_cache_mngt_unregister(&rtnl_qdisc_ops);
qdisc_obj.c 32 struct rtnl_qdisc_ops *qops;
45 struct rtnl_qdisc_ops *qops;
62 struct rtnl_qdisc_ops *qops;
76 struct rtnl_qdisc_ops *qops;
93 struct rtnl_qdisc_ops *qops;
245 struct rtnl_qdisc_ops *ops;
  /external/libnl/lib/route/sch/
blackhole.c 24 static struct rtnl_qdisc_ops blackhole_ops = {
fifo.c 171 static struct rtnl_qdisc_ops pfifo_ops = {
179 static struct rtnl_qdisc_ops bfifo_ops = {
prio.c 292 static struct rtnl_qdisc_ops prio_ops = {
303 static struct rtnl_qdisc_ops pfifo_fast_ops = {
red.c 191 static struct rtnl_qdisc_ops red_ops = {
sfq.c 268 static struct rtnl_qdisc_ops sfq_ops = {
cbq.c 262 static struct rtnl_qdisc_ops cbq_qdisc_ops = {
dsmark.c 424 static struct rtnl_qdisc_ops dsmark_qdisc_ops = {
htb.c 515 static struct rtnl_qdisc_ops htb_qdisc_ops = {
tbf.c 518 static struct rtnl_qdisc_ops tbf_qdisc_ops = {
netem.c 920 static struct rtnl_qdisc_ops netem_ops = {
  /external/libnl/include/
netlink-types.h 468 struct rtnl_qdisc_ops *q_ops;

Completed in 3621 milliseconds