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

  /external/libnl/lib/route/
pktloc.c 103 nl_list_for_each_entry_safe(loc, n, &pktloc_name_ht[i], list)
route_obj.c 89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) {
  /external/libnl/include/netlink/
list.h 84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libnl/lib/
cache.c 272 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list)
609 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) {
826 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) {
utils.c 784 nl_list_for_each_entry_safe(tl, next, head, list) { function
  /external/libnl/lib/genl/
family.c 52 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) {
  /external/libnl/lib/route/cls/
ematch.c 199 nl_list_for_each_entry_safe(pos, next, head, e_list) { function

Completed in 78 milliseconds