Home
last modified time | relevance | path

Searched refs:nl_list_empty (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/
Dcache.c103 return nl_list_empty(&cache->c_items); in nl_cache_is_empty()
121 if (nl_list_empty(&cache->c_items)) in nl_cache_get_first()
134 if (nl_list_empty(&cache->c_items)) in nl_cache_get_last()
487 if (!nl_list_empty(&obj->ce_list)) { in nl_cache_add()
535 if (!nl_list_empty(&obj->ce_list)) in nl_cache_move()
/external/libnl/lib/route/cls/
Dematch.c152 if (!nl_list_empty(&ematch->e_childs)) in rtnl_ematch_unlink()
267 if (!nl_list_empty(&pos->e_childs)) in free_ematch_list()
532 if (nl_list_empty(&e->e_childs)) in update_container_index()
/external/libnl/include/netlink/
Dlist.h55 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty() function
/external/libnl/lib/route/
Droute_obj.c918 if (!nl_list_empty(&route->rt_nexthops)) { in rtnl_route_guess_scope()