Home
last modified time | relevance | path

Searched refs:rt_nexthops (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/
Droute_obj.c74 nl_init_list_head(&r->rt_nexthops); in route_constructor()
89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
113 nl_init_list_head(&dst->rt_nexthops); in route_clone()
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()
[all …]
/external/libnl/include/
Dnetlink-types.h276 struct nl_list_head rt_nexthops; member