Searched refs:nh_power (Results 1 – 2 of 2) sorted by relevance
465 nh->nh_power = nh->nh_weight; in dn_fib_select_multipath()479 if (!(nh->nh_flags&RTNH_F_DEAD) && nh->nh_power) { in dn_fib_select_multipath()480 if ((w -= nh->nh_power) <= 0) { in dn_fib_select_multipath()481 nh->nh_power--; in dn_fib_select_multipath()717 fi->fib_power -= nh->nh_power; in dn_fib_sync_down()718 nh->nh_power = 0; in dn_fib_sync_down()754 nh->nh_power = 0; in dn_fib_sync_up()
22 int nh_power; member