nh_weight        2687 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	int nh_weight;
nh_weight        2856 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		if (nh->ifindex == ifindex && nh->nh_weight == weight &&
nh_weight        3299 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			g = gcd(nh->nh_weight, g);
nh_weight        3301 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 			g = nh->nh_weight;
nh_weight        3309 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 		nh->norm_nh_weight = nh->nh_weight / g;
nh_weight        3756 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nh->nh_weight = fib_nh->fib_nh_weight;
nh_weight        3758 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nh->nh_weight = 1;
nh_weight        5101 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	nh->nh_weight = rt->fib6_nh->fib_nh_weight;
nh_weight          23 include/net/dn_fib.h 	int			nh_weight;
nh_weight         454 include/net/ip_fib.h 		struct fib_config *cfg, int nh_weight,
nh_weight         527 include/net/ip_fib.h 		    int nh_weight, u8 rt_family);
nh_weight         126 net/decnet/dn_fib.c 			nh->nh_weight != onh->nh_weight ||
nh_weight         178 net/decnet/dn_fib.c 		nh->nh_weight = nhp->rtnh_hops + 1;
nh_weight         338 net/decnet/dn_fib.c 		nh->nh_weight = 1;
nh_weight         468 net/decnet/dn_fib.c 				power += nh->nh_weight;
nh_weight         469 net/decnet/dn_fib.c 				nh->nh_power = nh->nh_weight;
nh_weight         360 net/decnet/dn_table.c 			nhp->rtnh_hops = nh->nh_weight - 1;
nh_weight         603 net/ipv4/fib_semantics.c 		struct fib_config *cfg, int nh_weight,
nh_weight         630 net/ipv4/fib_semantics.c 	nh->fib_nh_weight = nh_weight;
nh_weight        1657 net/ipv4/fib_semantics.c 		    int nh_weight, u8 rt_family)
nh_weight        1667 net/ipv4/fib_semantics.c 	rtnh->rtnh_hops = nh_weight - 1;