Searched refs:rtnh_list (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/route/ |
D | route_obj.c | 91 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data() 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() 373 rtnh_list) { in route_compare() 399 nl_list_for_each_entry(nh_a, &a->rt_nexthops, rtnh_list) { in route_compare() 402 rtnh_list) { in route_compare() 414 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare() 417 rtnh_list) { in route_compare() [all …]
|
D | nexthop.c | 45 nl_init_list_head(&nh->rtnh_list); in rtnl_route_nh_alloc()
|
/external/libnl/include/netlink-private/ |
D | types.h | 273 struct nl_list_head rtnh_list; member
|