Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h328 typedef int (*rte_lcore_iterate_cb)(unsigned int lcore_id, void *arg); typedef
348 rte_lcore_iterate(rte_lcore_iterate_cb cb, void *arg);
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_lcore.c408 rte_lcore_iterate(rte_lcore_iterate_cb cb, void *arg) in rte_lcore_iterate()