Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h126 typedef void *(*thread_func_t)(void *arg); typedef
134 thread_func_t func_ptr;
H A Dxskxceiver.c1967 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions()
2350 static void init_iface(struct ifobject *ifobj, thread_func_t func_ptr) in init_iface()