Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dbat_v.c606 u32 gw_throughput, orig_throughput, threshold; in batadv_v_gw_is_eligible() local
617 if (batadv_v_gw_throughput_get(curr_gw, &gw_throughput) < 0) { in batadv_v_gw_is_eligible()
629 if (orig_throughput < gw_throughput) in batadv_v_gw_is_eligible()
632 if ((orig_throughput - gw_throughput) < threshold) in batadv_v_gw_is_eligible()
637 gw_throughput, orig_throughput); in batadv_v_gw_is_eligible()