Home
last modified time | relevance | path

Searched refs:nh_weight (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/decnet/
Ddn_fib.c119 nh->nh_weight != onh->nh_weight || in dn_fib_nh_comp()
181 nh->nh_weight = nhp->rtnh_hops + 1; in dn_fib_get_nhs()
300 nh->nh_weight = 1; in dn_fib_create_info()
382 power += nh->nh_weight; in dn_fib_select_multipath()
383 nh->nh_power = nh->nh_weight; in dn_fib_select_multipath()
Ddn_table.c311 nhp->rtnh_hops = nh->nh_weight - 1; in dn_fib_dump_info()
/linux-2.4.37.9/net/ipv4/
Dfib_semantics.c148 nh->nh_weight != onh->nh_weight || in nh_comp()
239 nh->nh_weight = nhp->rtnh_hops + 1; in fib_get_nhs()
505 nh->nh_weight = 1; in fib_create_info()
694 nhp->rtnh_hops = nh->nh_weight-1; in fib_dump_info()
965 power += nh->nh_weight; in fib_select_multipath()
966 nh->nh_power = nh->nh_weight; in fib_select_multipath()
/linux-2.4.37.9/include/net/
Ddn_fib.h48 int nh_weight; member
Dip_fib.h43 int nh_weight; member