Home
last modified time | relevance | path

Searched refs:ifobj1 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c1848 static int __testapp_validate_traffic(struct test_spec *test, struct ifobject *ifobj1, in __testapp_validate_traffic() argument
1855 if (test->mode == TEST_MODE_ZC && (!ifobj1->multi_buff_zc_supp || in __testapp_validate_traffic()
1860 if (test->mode != TEST_MODE_ZC && (!ifobj1->multi_buff_supp || in __testapp_validate_traffic()
1879 pkt_stream_reset(ifobj1->xsk->pkt_stream); in __testapp_validate_traffic()
1884 pthread_create(&t0, NULL, ifobj1->func_ptr, test); in __testapp_validate_traffic()
1910 xsk_socket__delete(ifobj1->xsk_arr[i].xsk); in __testapp_validate_traffic()
1912 testapp_clean_xsk_umem(ifobj1); in __testapp_validate_traffic()
1965 static void swap_directions(struct ifobject **ifobj1, struct ifobject **ifobj2) in swap_directions() argument
1967 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions()
1968 struct ifobject *tmp_ifobj = (*ifobj1); in swap_directions()
[all …]