Home
last modified time | relevance | path

Searched defs:rte_ip_frag_tbl (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_large_align_field.h87 struct rte_ip_frag_tbl { struct
88 uint64_t max_cycles; /**< ttl for table entries. */
89 uint32_t entry_mask; /**< hash value mask. */
90 uint32_t max_entries; /**< max entries allowed. */
91 uint32_t use_entries; /**< entries in use. */
92 uint32_t bucket_entries; /**< hash assocaitivity. */
93 uint32_t nb_entries; /**< total size of the table. */
94 uint32_t nb_buckets; /**< num of associativity lines. */
95 struct ip_frag_pkt *last; /**< last used entry. */
96 struct ip_pkt_list lru; /**< LRU list for table entries. */
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_large_align_field.rs524 pub struct rte_ip_frag_tbl { struct
526 pub max_cycles: u64,
551 const UNINIT: ::std::mem::MaybeUninit<rte_ip_frag_tbl> = in bindgen_test_layout_rte_ip_frag_tbl() argument
689 impl Default for rte_ip_frag_tbl { implementation