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

/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c557 pthread_t routes_thread; local
676 ret = pthread_create(&routes_thread, NULL, monitor_routes_thread, NULL);
678 fprintf(stderr, "Failed creating routes_thread: %s\n", strerror(-ret));
694 pthread_join(routes_thread, NULL);

Completed in 113 milliseconds