Searched refs:nh_weight (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c188 nh->nh_weight != onh->nh_weight ||
398 nh->nh_weight = rtnh->rtnh_hops + 1;
790 nh->nh_weight = 1;
1019 rtnh->rtnh_hops = nh->nh_weight - 1;
1192 power += nh->nh_weight;
1193 nh->nh_power = nh->nh_weight;
H A Dmultipath_wrandom.c123 weight = d->nh_info->nh_weight;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_fib.h37 int nh_weight; member in struct:dn_fib_nh
H A Dip_fib.h56 int nh_weight; member in struct:fib_nh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c123 nh->nh_weight != onh->nh_weight ||
186 nh->nh_weight = nhp->rtnh_hops + 1;
332 nh->nh_weight = 1;
459 power += nh->nh_weight;
460 nh->nh_power = nh->nh_weight;
H A Ddn_table.c337 nhp->rtnh_hops = nh->nh_weight - 1;

Completed in 121 milliseconds