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

  /external/libnl/include/netlink/
list.h 55 static inline int nl_list_empty(struct nl_list_head *head) function
  /external/libnl/lib/
cache.c 103 return nl_list_empty(&cache->c_items);
121 if (nl_list_empty(&cache->c_items))
134 if (nl_list_empty(&cache->c_items))
487 if (!nl_list_empty(&obj->ce_list)) {
535 if (!nl_list_empty(&obj->ce_list))
  /external/libnl/lib/route/cls/
ematch.c 152 if (!nl_list_empty(&ematch->e_childs))
267 if (!nl_list_empty(&pos->e_childs))
532 if (nl_list_empty(&e->e_childs))
  /external/libnl/lib/route/
route_obj.c 918 if (!nl_list_empty(&route->rt_nexthops)) {

Completed in 128 milliseconds