Searched refs:ifobj2 (Results 1 – 1 of 1) sorted by relevance
1504 static void swap_directions(struct ifobject **ifobj1, struct ifobject **ifobj2) in swap_directions() argument1509 (*ifobj1)->func_ptr = (*ifobj2)->func_ptr; in swap_directions()1510 (*ifobj2)->func_ptr = tmp_func_ptr; in swap_directions()1512 *ifobj1 = *ifobj2; in swap_directions()1513 *ifobj2 = tmp_ifobj; in swap_directions()