Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dbat_v.c659 u32 orig_throughput; in batadv_v_gw_is_eligible() local
681 if (batadv_v_gw_throughput_get(orig_gw, &orig_throughput) < 0) in batadv_v_gw_is_eligible()
684 if (orig_throughput < gw_throughput) in batadv_v_gw_is_eligible()
687 if ((orig_throughput - gw_throughput) < threshold) in batadv_v_gw_is_eligible()
692 gw_throughput, orig_throughput); in batadv_v_gw_is_eligible()