Home
last modified time | relevance | path

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

/Linux-v6.6/samples/bpf/
Dxdp_router_ipv4_user.c557 pthread_t routes_thread; in main() local
676 ret = pthread_create(&routes_thread, NULL, monitor_routes_thread, NULL); in main()
694 pthread_join(routes_thread, NULL); in main()