Home
last modified time | relevance | path

Searched refs:rtnh_list (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/route/
Droute_obj.c89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
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()
384 rtnh_list) { in route_compare()
410 nl_list_for_each_entry(nh_a, &a->rt_nexthops, rtnh_list) { in route_compare()
413 rtnh_list) { in route_compare()
424 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
[all …]
Dnexthop.c45 nl_init_list_head(&nh->rtnh_list); in rtnl_route_nh_alloc()
/external/libnl/include/
Dnetlink-types.h250 struct nl_list_head rtnh_list; member