HomeSort by relevance Sort by last modified time
    Searched defs:rtnl_qdisc_ops (Results 1 - 2 of 2) 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.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);

Completed in 32 milliseconds