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);
|