Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c451 static void *monitor_routes_thread(void *arg) in monitor_routes_thread() function
676 ret = pthread_create(&routes_thread, NULL, monitor_routes_thread, NULL); in main()