orig_gw 788 net/batman-adv/bat_v.c struct batadv_gw_node *curr_gw, *orig_gw = NULL; orig_gw 805 net/batman-adv/bat_v.c orig_gw = batadv_gw_node_get(bat_priv, orig_node); orig_gw 806 net/batman-adv/bat_v.c if (!orig_gw) orig_gw 809 net/batman-adv/bat_v.c if (batadv_v_gw_throughput_get(orig_gw, &orig_throughput) < 0) orig_gw 826 net/batman-adv/bat_v.c if (orig_gw) orig_gw 827 net/batman-adv/bat_v.c batadv_gw_node_put(orig_gw);