Home
last modified time | relevance | path

Searched refs:rte_mbuf (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-partialeq-anonfield.rs11 pub struct rte_mbuf { structure names
45 ::std::mem::size_of::<rte_mbuf>(), in bindgen_test_layout_rte_mbuf()
47 concat!("Size of: ", stringify!(rte_mbuf)) in bindgen_test_layout_rte_mbuf()
50 ::std::mem::align_of::<rte_mbuf>(), in bindgen_test_layout_rte_mbuf()
52 concat!("Alignment of ", stringify!(rte_mbuf)) in bindgen_test_layout_rte_mbuf()
55 impl Default for rte_mbuf {
H A Dlayout_mbuf.rs133 /// The generic rte_mbuf, containing a packet mbuf.
136 pub struct rte_mbuf { structure names
172 pub next: *mut rte_mbuf,
939 const UNINIT: ::std::mem::MaybeUninit<rte_mbuf> = in bindgen_test_layout_rte_mbuf()
943 ::std::mem::size_of::<rte_mbuf>(), in bindgen_test_layout_rte_mbuf()
945 concat!("Size of: ", stringify!(rte_mbuf)) in bindgen_test_layout_rte_mbuf()
948 ::std::mem::align_of::<rte_mbuf>(), in bindgen_test_layout_rte_mbuf()
950 concat!("Alignment of ", stringify!(rte_mbuf)) in bindgen_test_layout_rte_mbuf()
959 stringify!(rte_mbuf), in bindgen_test_layout_rte_mbuf()
971 stringify!(rte_mbuf), in bindgen_test_layout_rte_mbuf()
[all...]
H A Dlayout_array_too_long.rs34 pub mb: *mut rte_mbuf,
339 pub struct rte_mbuf { structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_mbuf_1_0.h60 * The generic rte_mbuf, containing a packet mbuf.
62 struct rte_mbuf { struct
159 struct rte_mbuf *next; /**< Next segment of scattered packet. */
H A Dlayout_mbuf.h59 * The generic rte_mbuf, containing a packet mbuf.
61 struct rte_mbuf { struct
158 struct rte_mbuf *next; /**< Next segment of scattered packet. */
H A Dderive-partialeq-anonfield.h3 struct rte_mbuf { struct
H A Dlayout_array_too_long.h33 struct rte_mbuf *mb; /**< fragment mbuf */
H A Dlayout_large_align_field.h34 struct rte_mbuf *mb; /**< fragment mbuf */

Completed in 4 milliseconds