Lines Matching defs:mpnh
450 struct rta_mpath_nh *mpnh;
458 mpnh = &mp->nhops[mp->num_nhops++];
460 npt, mpnh);
818 create_nexthop_one(struct nl_parsed_route *attrs, struct rta_mpath_nh *mpnh,
823 if (mpnh->gw == NULL)
830 error = nl_set_nexthop_gw(nh, mpnh->gw, mpnh->ifp, npt);
835 if (mpnh->ifp != NULL)
836 nhop_set_transmit_ifp(nh, mpnh->ifp);
862 struct rta_mpath_nh *mpnh = &attrs->rta_multipath->nhops[i];
864 error = create_nexthop_one(attrs, mpnh, npt, &wn[i].nh);
870 wn[i].weight = mpnh->rtnh_weight > 0 ? mpnh->rtnh_weight : 1;