Searched refs:nl_list_for_each_entry (Results 1 – 15 of 15) sorted by relevance
/external/libnl/lib/route/ |
D | route_obj.c | 114 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 …]
|
D | qdisc.c | 406 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()
|
D | pktloc.c | 150 nl_list_for_each_entry(loc, &pktloc_name_ht[hash], list) { in rtnl_pktloc_lookup()
|
D | class.c | 268 nl_list_for_each_entry(class, &cache->c_items, ce_list) { in rtnl_class_get()
|
D | link.c | 798 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()
|
D | neigh.c | 480 nl_list_for_each_entry(neigh, &cache->c_items, ce_list) { in rtnl_neigh_get()
|
D | neightbl.c | 413 nl_list_for_each_entry(nt, &cache->c_items, ce_list) { in rtnl_neightbl_get()
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 59 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/ |
D | cache.c | 79 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()
|
D | utils.c | 810 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/ |
D | mngt.c | 144 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()
|
D | ctrl.c | 165 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()
|
D | family.c | 65 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/ |
D | utils.c | 79 nl_list_for_each_entry(mod, &cls_modules, list) { in lookup_cls_mod()
|
/external/libnl/include/netlink/ |
D | list.h | 79 #define nl_list_for_each_entry(pos, head, member) \ macro
|