Searched defs:rte_ip_frag_tbl (Results 1 – 2 of 2) sorted by relevance
87 struct rte_ip_frag_tbl { struct88 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 …]
524 pub struct rte_ip_frag_tbl { struct526 pub max_cycles: u64,551 const UNINIT: ::std::mem::MaybeUninit<rte_ip_frag_tbl> = in bindgen_test_layout_rte_ip_frag_tbl() argument689 impl Default for rte_ip_frag_tbl { implementation