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