Home
last modified time | relevance | path

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

/linux-4.1.27/net/decnet/
Ddn_fib.c124 nh->nh_weight != onh->nh_weight || in dn_fib_nh_comp()
176 nh->nh_weight = nhp->rtnh_hops + 1; in dn_fib_get_nhs()
334 nh->nh_weight = 1; in dn_fib_create_info()
464 power += nh->nh_weight; in dn_fib_select_multipath()
465 nh->nh_power = nh->nh_weight; in dn_fib_select_multipath()
Ddn_table.c357 nhp->rtnh_hops = nh->nh_weight - 1; in dn_fib_dump_info()
/linux-4.1.27/net/ipv4/
Dfib_semantics.c264 nh->nh_weight != onh->nh_weight || in nh_comp()
464 nexthop_nh->nh_weight = rtnh->rtnh_hops + 1; in fib_get_nhs()
891 nh->nh_weight = 1; in fib_create_info()
1057 rtnh->rtnh_hops = nh->nh_weight - 1; in fib_dump_info()
1290 power += nexthop_nh->nh_weight; in fib_select_multipath()
1291 nexthop_nh->nh_power = nexthop_nh->nh_weight; in fib_select_multipath()
/linux-4.1.27/include/net/
Ddn_fib.h21 int nh_weight; member
Dip_fib.h80 int nh_weight; member