Home
last modified time | relevance | path

Searched refs:nl_list_for_each_entry (Results 1 – 15 of 15) sorted by relevance

/external/libnl/lib/route/
Droute_obj.c114 nl_list_for_each_entry(nh, &src->rt_nexthops, rtnh_list) { in route_clone()
162 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_line()
249 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_details()
350 nl_list_for_each_entry(nh, &route->rt_nexthops, rtnh_list) { in route_dump_env()
381 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
383 nl_list_for_each_entry(nh_a, &a->rt_nexthops, in route_compare()
410 nl_list_for_each_entry(nh_a, &a->rt_nexthops, rtnh_list) { in route_compare()
412 nl_list_for_each_entry(nh_b, &b->rt_nexthops, in route_compare()
424 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
426 nl_list_for_each_entry(nh_a, &a->rt_nexthops, in route_compare()
[all …]
Dqdisc.c406 nl_list_for_each_entry(q, &cache->c_items, ce_list) { in rtnl_qdisc_get_by_parent()
431 nl_list_for_each_entry(q, &cache->c_items, ce_list) { in rtnl_qdisc_get()
Dpktloc.c150 nl_list_for_each_entry(loc, &pktloc_name_ht[hash], list) { in rtnl_pktloc_lookup()
Dclass.c268 nl_list_for_each_entry(class, &cache->c_items, ce_list) { in rtnl_class_get()
Dlink.c798 nl_list_for_each_entry(link, &cache->c_items, ce_list) { in rtnl_link_get()
826 nl_list_for_each_entry(link, &cache->c_items, ce_list) { in rtnl_link_get_by_name()
Dneigh.c480 nl_list_for_each_entry(neigh, &cache->c_items, ce_list) { in rtnl_neigh_get()
Dneightbl.c413 nl_list_for_each_entry(nt, &cache->c_items, ce_list) { in rtnl_neightbl_get()
/external/libnl/lib/route/cls/
Dematch.c59 nl_list_for_each_entry(o, &ematch_ops_list, eo_list) { in rtnl_ematch_unregister()
79 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list) in rtnl_ematch_lookup_ops()
96 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list) in rtnl_ematch_lookup_ops_name()
368 nl_list_for_each_entry(match, head, e_list) { in dump_ematch_sequence()
/external/libnl/lib/
Dcache.c79 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_nitems_filter()
250 nl_list_for_each_entry(obj, &orig->c_items, ce_list) { in nl_cache_subset()
410 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_search()
720 nl_list_for_each_entry(obj, &cache->c_items, ce_list) in nl_cache_mark_all()
773 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_dump_filter()
Dutils.c810 nl_list_for_each_entry(tl, head, list) { in __list_type2str()
870 nl_list_for_each_entry(tl, head, list) { in __list_str2type()
/external/libnl/lib/genl/
Dmngt.c144 nl_list_for_each_entry(ops, &genl_ops_list, o_list) { in genl_op2name()
261 nl_list_for_each_entry(ops, &genl_ops_list, o_list) { in genl_mngt_resolve()
Dctrl.c165 nl_list_for_each_entry(fam, &cache->c_items, ce_list) { in genl_ctrl_search()
200 nl_list_for_each_entry(fam, &cache->c_items, ce_list) { in genl_ctrl_search_by_name()
Dfamily.c65 nl_list_for_each_entry(ops, &src->gf_ops, o_list) { in family_clone()
106 nl_list_for_each_entry(op, &family->gf_ops, o_list) { in family_dump_details()
/external/libnl/src/cls/
Dutils.c79 nl_list_for_each_entry(mod, &cls_modules, list) { in lookup_cls_mod()
/external/libnl/include/netlink/
Dlist.h79 #define nl_list_for_each_entry(pos, head, member) \ macro