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