Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/ipv4/
Dfib_semantics.c265 nh->nh_weight != onh->nh_weight || in nh_comp()
485 nexthop_nh->nh_weight = rtnh->rtnh_hops + 1; in fib_get_nhs()
555 total += nh->nh_weight; in fib_rebalance()
571 w += nexthop_nh->nh_weight; in fib_rebalance()
586 fi->fib_weight += nh->nh_weight; in fib_add_weight()
1111 nh->nh_weight = 1; in fib_create_info()
1300 rtnh->rtnh_hops = nh->nh_weight - 1; in fib_dump_info()
/linux-4.4.14/include/net/
Ddn_fib.h21 int nh_weight; member
Dip_fib.h82 int nh_weight; member