Searched refs:c_ops (Results 1 - 14 of 14) sorted by relevance

/external/libnl/lib/route/
H A Dclass_api.c93 if (!class->c_ops)
94 class->c_ops = __rtnl_class_lookup_ops(class->c_kind);
96 return class->c_ops;
H A Dcls_api.c94 if (!cls->c_ops)
95 cls->c_ops = __rtnl_cls_lookup_ops(cls->c_kind);
97 return cls->c_ops;
H A Dcls_obj.c180 return cls->c_ops;
214 struct rtnl_cls_ops *ops = cls->c_ops;
224 cls->c_ops = ops;
H A Dqdisc.c403 if (cache->c_ops != &rtnl_qdisc_ops)
428 if (cache->c_ops != &rtnl_qdisc_ops)
H A Dclass.c265 if (cache->c_ops != &rtnl_class_ops)
H A Dclass_obj.c251 class->c_ops = __rtnl_class_lookup_ops(name);
H A Dneightbl.c410 if (cache->c_ops != &rtnl_neightbl_ops)
H A Dlink.c795 if (cache->c_ops != &rtnl_link_ops)
823 if (cache->c_ops != &rtnl_link_ops)
/external/libnl/lib/
H A Dcache.c74 if (cache->c_ops == NULL)
77 ops = cache->c_ops->co_obj_ops;
105 return cache->c_ops;
182 cache->c_ops = ops;
244 cache = nl_cache_alloc(orig->c_ops);
248 ops = orig->c_ops->co_obj_ops;
328 if (cache->c_ops->co_obj_ops != obj->ce_ops)
355 if (cache->c_ops->co_obj_ops != obj->ce_ops)
444 if (cache->c_ops->co_request_update == NULL)
447 return cache->c_ops
[all...]
H A Dcache_mngt.c194 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops);
213 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops);
H A Dcache_mngr.c124 ops = mngr->cm_assocs[i].ca_cache->c_ops;
229 mngr->cm_assocs[i].ca_cache->c_ops == ops)
/external/libnl/include/
H A Dnetlink-local.h166 return cache->c_ops ? cache->c_ops->co_name : "unknown";
H A Dnetlink-types.h79 struct nl_cache_ops * c_ops; member in struct:nl_cache
474 struct rtnl_class_ops *c_ops; member in struct:rtnl_class
482 struct rtnl_cls_ops *c_ops; member in struct:rtnl_cls
/external/libnl/lib/genl/
H A Dctrl.c162 if (cache->c_ops != &genl_ctrl_ops)
197 if (cache->c_ops != &genl_ctrl_ops)

Completed in 684 milliseconds