Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c153 if (!nl_list_empty(&ematch->e_childs)) in rtnl_ematch_unlink()
268 if (!nl_list_empty(&pos->e_childs)) in free_ematch_list()
312 if (!nl_list_empty(&pos->e_childs)) { in clone_ematch_list()
590 if (nl_list_empty(&e->e_childs)) in update_container_index()
/external/libnl/lib/
Dcache.c104 return nl_list_empty(&cache->c_items); in nl_cache_is_empty()
122 if (nl_list_empty(&cache->c_items)) in nl_cache_get_first()
135 if (nl_list_empty(&cache->c_items)) in nl_cache_get_last()
488 if (!nl_list_empty(&obj->ce_list)) { in nl_cache_add()
536 if (!nl_list_empty(&obj->ce_list)) in nl_cache_move()
/external/libnl/tests/
Dcheck-ematch-tree-clone.c83 if (!nl_list_empty(&pos->e_childs)) in dump_ematch_list()
/external/libnl/include/netlink/
Dlist.h57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty() function
/external/libnl/lib/route/
Droute_obj.c967 if (!nl_list_empty(&route->rt_nexthops)) { in rtnl_route_guess_scope()