Home
last modified time | relevance | path

Searched refs:last_weight (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_mh.c151 lw = atomic_read(&dest->last_weight); in ip_vs_mh_permutate()
329 weight = atomic_read(&dest->last_weight); in ip_vs_mh_gcd_weight()
357 new_weight = atomic_read(&dest->last_weight); in ip_vs_mh_shift_weight()
H A Dip_vs_ctl.c983 atomic_set(&dest->last_weight, udest->weight); in __ip_vs_update_dest()
/openbmc/linux/include/net/
H A Dip_vs.h727 atomic_t last_weight; /* server latest weight */ member