Searched refs:new_nh (Results 1 – 1 of 1) sorted by relevance
453 struct rtnl_nexthop *new_nh; in route_update() local482 new_nh = rtnl_route_nexthop_n(new_route, 0); in route_update()483 if (!new_nh || !rtnl_route_nh_get_gateway(new_nh)) in route_update()493 cloned_nh = rtnl_route_nh_clone(new_nh); in route_update()521 if (!rtnl_route_nh_compare(old_nh, new_nh, ~0, 0)) { in route_update()