Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h80 typedef void *(*thread_func_t)(void *arg); typedef
127 thread_func_t func_ptr;
156 int init_iface(struct ifobject *ifobj, thread_func_t func_ptr);
H A Dtest_xsk.c1891 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions()
2298 int init_iface(struct ifobject *ifobj, thread_func_t func_ptr) in init_iface()