Home
last modified time | relevance | path

Searched refs:nl_object_ops (Results 1 – 25 of 34) sorted by relevance

12

/external/libnl/lib/
Dobject.c24 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops()
42 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc()
97 struct nl_object_ops *ops = obj_ops(obj); in nl_object_clone()
135 struct nl_object_ops *ops = obj_ops(obj); in nl_object_free()
260 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical()
298 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff()
317 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter()
341 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str()
Dcache.c70 struct nl_object_ops *ops; in nl_cache_nitems_filter()
238 struct nl_object_ops *ops; in nl_cache_subset()
757 struct nl_object_ops *ops; in nl_cache_dump_filter()
819 struct nl_object_ops *ops; in nl_cache_foreach_filter()
Dcache_mngt.c97 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops) in cache_ops_lookup_for_obj()
/external/libnl/include/netlink/
Dobject.h24 struct nl_object_ops;
29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
Dobject-api.h186 struct nl_object_ops * ce_ops; \
262 struct nl_object_ops struct
Dcache-api.h185 struct nl_object_ops * co_obj_ops;
/external/libnl/src/
Dnl-list-caches.c21 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len) in id_attr_list()
46 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print()
/external/libnl/lib/fib_lookup/
Drequest.c26 static struct nl_object_ops request_obj_ops;
176 static struct nl_object_ops request_obj_ops = {
Dlookup.c30 static struct nl_object_ops result_obj_ops;
315 static struct nl_object_ops result_obj_ops = {
/external/libnl/include/netlink/route/
Dclassifier.h24 extern struct nl_object_ops cls_obj_ops;
Dclass.h25 extern struct nl_object_ops class_obj_ops;
Dqdisc.h25 extern struct nl_object_ops qdisc_obj_ops;
Droute.h44 extern struct nl_object_ops route_obj_ops;
/external/libnl/lib/genl/
Dfamily.c34 struct nl_object_ops genl_family_ops;
261 struct nl_object_ops genl_family_ops = {
Dctrl.c279 extern struct nl_object_ops genl_family_ops;
/external/libnl/include/netlink/netfilter/
Dqueue.h25 extern struct nl_object_ops queue_obj_ops;
Dlog.h28 extern struct nl_object_ops log_obj_ops;
Dlog_msg.h27 extern struct nl_object_ops log_msg_obj_ops;
Dqueue_msg.h25 extern struct nl_object_ops queue_msg_obj_ops;
Dct.h28 extern struct nl_object_ops ct_obj_ops;
/external/libnl/lib/netfilter/
Dqueue_obj.c202 struct nl_object_ops queue_obj_ops = {
/external/libnl/lib/route/
Dqdisc_obj.c256 struct nl_object_ops qdisc_obj_ops = {
Dcls_obj.c239 struct nl_object_ops cls_obj_ops = {
Dclass_obj.c267 struct nl_object_ops class_obj_ops = {
Dneigh.c169 static struct nl_object_ops neigh_obj_ops;
840 static struct nl_object_ops neigh_obj_ops = {

12