Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_lcore.h316 typedef int (*rte_lcore_iterate_cb)(unsigned int lcore_id, void *arg); typedef
335 rte_lcore_iterate(rte_lcore_iterate_cb cb, void *arg);
/dpdk/lib/eal/common/
H A Deal_common_lcore.c403 rte_lcore_iterate(rte_lcore_iterate_cb cb, void *arg) in rte_lcore_iterate()