Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h33 typedef int (*rte_mempool_alloc_t)(struct rte_mempool *mp);
38 typedef void (*rte_mempool_free_t)(struct rte_mempool *mp);
43 typedef int (*rte_mempool_enqueue_t)(struct rte_mempool *mp,
49 typedef int (*rte_mempool_dequeue_t)(struct rte_mempool *mp,
55 typedef unsigned (*rte_mempool_get_count)(const struct rte_mempool *mp);
H A Dlayout_mbuf_1_0.h158 struct rte_mempool *pool; /**< Pool from which mbuf was allocated. */
H A Dlayout_mbuf.h157 struct rte_mempool *pool; /**< Pool from which mbuf was allocated. */
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_array.rs14 pub struct rte_mempool { structure names
26 unsafe extern "C" fn(mp: *mut rte_mempool) -> ::std::os::raw::c_int,
30 ::std::option::Option<unsafe extern "C" fn(mp: *mut rte_mempool)>;
34 mp: *mut rte_mempool,
42 mp: *mut rte_mempool,
49 unsafe extern "C" fn(mp: *const rte_mempool) -> ::std::os::raw::c_uint,
H A Dlayout_mbuf.rs170 pub pool: *mut rte_mempool,
1202 pub struct rte_mempool { structure names

Completed in 4 milliseconds