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

  /external/libnl/lib/route/
qdisc.c 28 static struct nl_cache_ops rtnl_qdisc_ops; variable in typeref:struct:nl_cache_ops
370 return nl_cache_alloc_and_fill(&rtnl_qdisc_ops, sk, result);
392 if (cache->c_ops != &rtnl_qdisc_ops)
424 if (cache->c_ops != &rtnl_qdisc_ops)
534 static struct nl_cache_ops rtnl_qdisc_ops = { variable in typeref:struct:nl_cache_ops
567 nl_cache_mngt_register(&rtnl_qdisc_ops);
572 nl_cache_mngt_unregister(&rtnl_qdisc_ops);

Completed in 176 milliseconds