Home
last modified time | relevance | path

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

/external/libnl/lib/
Dhashtable.c97 if (nl_object_identical(node->obj, obj)) in nl_hash_table_lookup()
127 if (nl_object_identical(node->obj, obj)) { in nl_hash_table_add()
171 if (nl_object_identical(node->obj, obj)) { in nl_hash_table_del()
Dobject.c314 int nl_object_identical(struct nl_object *a, struct nl_object *b) in nl_object_identical() function
Dcache.c1123 if (nl_object_identical(obj, needle)) { in nl_cache_search()
/external/libnl/include/netlink/
Dobject.h42 extern int nl_object_identical(struct nl_object *,
/external/libnl/
Dlibnl-3.sym175 nl_object_identical;
DChangeLog30 o Added nl_object_identical() to check if two objects are
/external/libnl/python/netlink/
Dcapi.i287 extern int nl_object_identical(struct nl_object *, struct nl_object *);