HomeSort by relevance Sort by last modified time
    Searched refs:nl_object_identical (Results 1 - 5 of 5) sorted by null

  /external/libnl/lib/
hashtable.c 82 * `nl_object_identical()` on each trying to find a match.
96 if (nl_object_identical(node->obj, obj))
126 if (nl_object_identical(node->obj, obj)) {
170 if (nl_object_identical(node->obj, obj)) {
object.c 313 int nl_object_identical(struct nl_object *a, struct nl_object *b) function
cache.c 1024 * The function nl_object_identical() is used to determine if the
1042 if (nl_object_identical(obj, needle)) {
  /external/libnl/include/netlink/
object.h 42 extern int nl_object_identical(struct nl_object *,
  /external/libnl/python/netlink/
capi.i 282 extern int nl_object_identical(struct nl_object *, struct nl_object *);

Completed in 762 milliseconds