Home
last modified time | relevance | path

Searched refs:nl_object_is_marked (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/
Dobject.h59 extern int nl_object_is_marked(struct nl_object *);
/external/libnl/lib/
Dobject.c271 int nl_object_is_marked(struct nl_object *obj) in nl_object_is_marked() function
Dcache.c880 if (nl_object_is_marked(obj)) { in nl_cache_resync()
/external/libnl/python/netlink/
Dcore.py389 return bool(capi.nl_object_is_marked(self._nl_object))
Dcapi.i294 extern int nl_object_is_marked(struct nl_object *);