orig_throughput   789 net/batman-adv/bat_v.c 	u32 gw_throughput, orig_throughput, threshold;
orig_throughput   809 net/batman-adv/bat_v.c 	if (batadv_v_gw_throughput_get(orig_gw, &orig_throughput) < 0)
orig_throughput   812 net/batman-adv/bat_v.c 	if (orig_throughput < gw_throughput)
orig_throughput   815 net/batman-adv/bat_v.c 	if ((orig_throughput - gw_throughput) < threshold)
orig_throughput   820 net/batman-adv/bat_v.c 		   gw_throughput, orig_throughput);