Home
last modified time | relevance | path

Searched refs:rtnl_qdisc_ops (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/route/
Dqdisc.c28 static struct nl_cache_ops rtnl_qdisc_ops; variable
370 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result); in rtnl_qdisc_alloc_cache()
392 if (cache->c_ops != &rtnl_qdisc_ops) in rtnl_qdisc_get_by_parent()
424 if (cache->c_ops != &rtnl_qdisc_ops) in rtnl_qdisc_get()
534 static struct nl_cache_ops rtnl_qdisc_ops = { variable
567 nl_cache_mngt_register(&rtnl_qdisc_ops); in qdisc_init()
572 nl_cache_mngt_unregister(&rtnl_qdisc_ops); in qdisc_exit()