HomeSort by relevance Sort by last modified time
    Searched refs:nl_list_for_each_entry_safe (Results 1 - 8 of 8) sorted by null

  /external/libnl/include/netlink/
list.h 84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libnl/lib/genl/
family.c 54 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) {
59 nl_list_for_each_entry_safe(grp, t_grp, &family->gf_mc_grps, list) {
  /external/libnl/lib/route/
pktloc.c 118 nl_list_for_each_entry_safe(loc, n, &pktloc_name_ht[i], list)
classid.c 268 nl_list_for_each_entry_safe(map, n, &tbl_name[i], name_list)
route_obj.c 91 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) {
  /external/libnl/lib/
cache.c 372 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list)
879 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) {
1210 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) {
utils.c 977 nl_list_for_each_entry_safe(tl, next, head, list) { function
  /external/libnl/lib/route/cls/
ematch.c 266 nl_list_for_each_entry_safe(pos, next, head, e_list) { function

Completed in 214 milliseconds