Searched refs:ifobj1 (Results 1 – 1 of 1) sorted by relevance
1595 static int __testapp_validate_traffic(struct test_spec *test, struct ifobject *ifobj1, in __testapp_validate_traffic() argument1602 if (test->mode == TEST_MODE_ZC && (!ifobj1->multi_buff_zc_supp || in __testapp_validate_traffic()1607 if (test->mode != TEST_MODE_ZC && (!ifobj1->multi_buff_supp || in __testapp_validate_traffic()1626 pkt_stream_reset(ifobj1->pkt_stream); in __testapp_validate_traffic()1631 pthread_create(&t0, NULL, ifobj1->func_ptr, test); in __testapp_validate_traffic()1652 xsk_socket__delete(ifobj1->xsk->xsk); in __testapp_validate_traffic()1653 testapp_clean_xsk_umem(ifobj1); in __testapp_validate_traffic()1695 static void swap_directions(struct ifobject **ifobj1, struct ifobject **ifobj2) in swap_directions() argument1697 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions()1698 struct ifobject *tmp_ifobj = (*ifobj1); in swap_directions()[all …]