Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_obj.c76 nl_init_list_head(&r->rt_nexthops); in route_constructor()
91 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
118 nl_init_list_head(&dst->rt_nexthops); in route_clone()
119 nl_list_for_each_entry(nh, &src->rt_nexthops, rtnh_list) { in route_clone()
164 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_line()
251 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_details()
370 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
372 nl_list_for_each_entry(nh_a, &a->rt_nexthops, in route_compare()
399 nl_list_for_each_entry(nh_a, &a->rt_nexthops, rtnh_list) { in route_compare()
401 nl_list_for_each_entry(nh_b, &b->rt_nexthops, in route_compare()
[all …]
/external/libnl/include/netlink-private/
Dtypes.h299 struct nl_list_head rt_nexthops; member