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

  /external/libnl/lib/
cache.c 96 return nl_list_empty(&cache->c_items);
114 if (nl_list_empty(&cache->c_items))
127 if (nl_list_empty(&cache->c_items))
331 if (!nl_list_empty(&obj->ce_list)) {
364 if (!nl_list_empty(&obj->ce_list))
  /external/libnl/include/netlink/
list.h 55 static inline int nl_list_empty(struct nl_list_head *head) function
  /external/libnl/lib/route/cls/
ematch.c 200 if (!nl_list_empty(&pos->e_childs))
  /external/libnl/lib/route/
route_obj.c 822 if (!nl_list_empty(&route->rt_nexthops)) {

Completed in 835 milliseconds