Lines Matching refs:rt_nexthops
74 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()
412 nl_list_for_each_entry(nh_b, &b->rt_nexthops, in route_compare()
424 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { in route_compare()
426 nl_list_for_each_entry(nh_a, &a->rt_nexthops, in route_compare()
748 nl_list_add_tail(&nh->rtnh_list, &route->rt_nexthops); in rtnl_route_add_nexthop()
761 return &route->rt_nexthops; in rtnl_route_get_nexthops()
776 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in rtnl_route_foreach_nexthop()
789 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in rtnl_route_nexthop_n()
822 if (!nl_list_empty(&route->rt_nexthops)) { in rtnl_route_guess_scope()
829 nl_list_for_each_entry(nh, &route->rt_nexthops, rtnh_list) { in rtnl_route_guess_scope()
1051 first = nl_list_first_entry(&route->rt_nexthops, in rtnl_route_parse()
1146 nl_list_for_each_entry(nh, &route->rt_nexthops, rtnh_list) { in rtnl_route_build_msg()