Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.h36 int sample_run(int interval, void (*post_cb)(void *), void *ctx);
H A Dxdp_router_ipv4_user.c683 ret = sample_run(interval, NULL, NULL); in main()
H A Dxdp_sample_user.c1531 int sample_run(int interval, void (*post_cb)(void *), void *ctx) in sample_run() function