Searched refs:nh_power (Results 1 – 2 of 2) sorted by relevance
469 nh->nh_power = nh->nh_weight; in dn_fib_select_multipath()483 if (!(nh->nh_flags&RTNH_F_DEAD) && nh->nh_power) { in dn_fib_select_multipath()484 if ((w -= nh->nh_power) <= 0) { in dn_fib_select_multipath()485 nh->nh_power--; in dn_fib_select_multipath()725 fi->fib_power -= nh->nh_power; in dn_fib_sync_down()726 nh->nh_power = 0; in dn_fib_sync_down()762 nh->nh_power = 0; in dn_fib_sync_up()
24 int nh_power; member