Searched refs:nl_list_for_each_entry_safe (Results 1 – 7 of 7) sorted by relevance
/external/libnl/lib/ |
D | cache.c | 272 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()
|
D | utils.c | 784 nl_list_for_each_entry_safe(tl, next, head, list) { in __trans_list_clear()
|
/external/libnl/lib/route/ |
D | pktloc.c | 103 nl_list_for_each_entry_safe(loc, n, &pktloc_name_ht[i], list) in read_pktlocs()
|
D | route_obj.c | 89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
|
/external/libnl/include/netlink/ |
D | list.h | 84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ macro
|
/external/libnl/lib/genl/ |
D | family.c | 52 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data()
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 199 nl_list_for_each_entry_safe(pos, next, head, e_list) { in free_ematch_list()
|