Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_obj.c96 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data()
124 nl_list_for_each_entry(nh, &src->rt_nexthops, rtnh_list) { in route_clone()
169 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_line()
261 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_details()
396 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
399 rtnh_list) { in route_compare()
425 nl_list_for_each_entry(nh_a, &a->rt_nexthops, rtnh_list) { in route_compare()
428 rtnh_list) { in route_compare()
440 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
443 rtnh_list) { in route_compare()
[all …]
Dnexthop.c50 nl_init_list_head(&nh->rtnh_list); in rtnl_route_nh_alloc()
/external/libnl/include/netlink-private/
Dtypes.h322 struct nl_list_head rtnh_list; member