Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ip_frag/
H A Drte_ip_frag.h99 struct rte_ip_frag_tbl { struct
100 uint64_t max_cycles; /**< ttl for table entries. */
101 uint32_t entry_mask; /**< hash value mask. */
102 uint32_t max_entries; /**< max entries allowed. */
103 uint32_t use_entries; /**< entries in use. */
104 uint32_t bucket_entries; /**< hash associativity. */
105 uint32_t nb_entries; /**< total size of the table. */
107 struct ip_frag_pkt *last; /**< last used entry. */
108 struct ip_pkt_list lru; /**< LRU list for table entries. */
109 struct ip_frag_tbl_stat stat; /**< statistics counters. */
[all …]