Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dfamily.c54 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data()
59 nl_list_for_each_entry_safe(grp, t_grp, &family->gf_mc_grps, list) { in family_free_data()
/external/libnl/include/netlink/
Dlist.h84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ macro
/external/libnl/lib/
Dcache.c372 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) in nl_cache_clear()
879 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) { in nl_cache_resync()
1210 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) { in nl_cache_foreach_filter()
Dutils.c977 nl_list_for_each_entry_safe(tl, next, head, list) { in __trans_list_clear()
/external/libnl/lib/route/
Dpktloc.c118 nl_list_for_each_entry_safe(loc, n, &pktloc_name_ht[i], list) in read_pktlocs()
Dclassid.c268 nl_list_for_each_entry_safe(map, n, &tbl_name[i], name_list) in clear_hashtable()
Droute_obj.c91 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
/external/libnl/lib/route/cls/
Dematch.c266 nl_list_for_each_entry_safe(pos, next, head, e_list) { in free_ematch_list()