Home
last modified time | relevance | path

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

/dpdk/lib/ip_frag/
H A Dip_reassembly.h74 struct rte_ip_frag_tbl { struct
75 uint64_t max_cycles; /* ttl for table entries. */
76 uint32_t entry_mask; /* hash value mask. */
77 uint32_t max_entries; /* max entries allowed. */
78 uint32_t use_entries; /* entries in use. */
79 uint32_t bucket_entries; /* hash associativity. */
80 uint32_t nb_entries; /* total size of the table. */
81 uint32_t nb_buckets; /* num of associativity lines. */
82 struct ip_frag_pkt *last; /* last used entry. */
83 struct ip_pkt_list lru; /* LRU list for table entries. */
[all …]