Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c1763 static void clean_umem(struct test_spec *test, struct ifobject *ifobj1, struct ifobject *ifobj2) in clean_umem() argument
1769 if (ifobj2 && !ifobj2->shared_umem) in clean_umem()
1770 testapp_clean_xsk_umem(ifobj2); in clean_umem()
1774 struct ifobject *ifobj2) in __testapp_validate_traffic() argument
1781 (ifobj2 && !ifobj2->multi_buff_zc_supp))) { in __testapp_validate_traffic()
1786 (ifobj2 && !ifobj2->multi_buff_supp))) { in __testapp_validate_traffic()
1797 if (ifobj2) { in __testapp_validate_traffic()
1800 pkt_stream_reset(ifobj2->xsk->pkt_stream); in __testapp_validate_traffic()
1811 if (ifobj2) { in __testapp_validate_traffic()
1821 pthread_create(&t1, NULL, ifobj2->func_ptr, test); in __testapp_validate_traffic()
[all …]