Searched refs:ifobj1 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 1763 static void clean_umem(struct test_spec *test, struct ifobject *ifobj1, struct ifobject *ifobj2) in clean_umem() argument 1765 if (!ifobj1) in clean_umem() 1768 testapp_clean_xsk_umem(ifobj1); in clean_umem() 1773 static int __testapp_validate_traffic(struct test_spec *test, struct ifobject *ifobj1, in __testapp_validate_traffic() argument 1780 if (test->mode == TEST_MODE_ZC && (!ifobj1->multi_buff_zc_supp || in __testapp_validate_traffic() 1785 if (test->mode != TEST_MODE_ZC && (!ifobj1->multi_buff_supp || in __testapp_validate_traffic() 1804 pkt_stream_reset(ifobj1->xsk->pkt_stream); in __testapp_validate_traffic() 1809 pthread_create(&t0, NULL, ifobj1->func_ptr, test); in __testapp_validate_traffic() 1815 clean_sockets(test, ifobj1); in __testapp_validate_traffic() 1816 clean_umem(test, ifobj1, NULL); in __testapp_validate_traffic() [all …]
|