Home
last modified time | relevance | path

Searched refs:nl_list_for_each_entry_safe (Results 1 – 7 of 7) sorted by relevance

/external/libnl/lib/
Dcache.c272 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) in nl_cache_clear()
609 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) { in nl_cache_resync()
826 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) { in nl_cache_foreach_filter()
Dutils.c784 nl_list_for_each_entry_safe(tl, next, head, list) { in __trans_list_clear()
/external/libnl/lib/route/
Dpktloc.c103 nl_list_for_each_entry_safe(loc, n, &pktloc_name_ht[i], list) in read_pktlocs()
Droute_obj.c89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
/external/libnl/include/netlink/
Dlist.h84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ macro
/external/libnl/lib/genl/
Dfamily.c52 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data()
/external/libnl/lib/route/cls/
Dematch.c199 nl_list_for_each_entry_safe(pos, next, head, e_list) { in free_ematch_list()