Lines Matching refs:curr_gw
2252 struct batadv_gw_node *gw_node, *curr_gw = NULL;
2286 batadv_gw_node_put(curr_gw);
2287 curr_gw = gw_node;
2288 kref_get(&curr_gw->refcount);
2300 batadv_gw_node_put(curr_gw);
2301 curr_gw = gw_node;
2302 kref_get(&curr_gw->refcount);
2321 return curr_gw;
2406 struct batadv_gw_node *curr_gw = NULL;
2418 curr_gw = batadv_gw_get_selected_gw_node(bat_priv);
2432 if (curr_gw == gw_node)
2459 batadv_gw_node_put(curr_gw);