DOKK / manpages / debian 13 / dpdk-doc / rte_fbk_hash_entry.3.en
rte_fbk_hash_entry(3) Library Functions Manual rte_fbk_hash_entry(3)

rte_fbk_hash_entry

#include <rte_fbk_hash.h>


uint64_t whole_entry
struct {
uint16_t is_entry
uint16_t value
uint32_t key
} entry

Individual entry in the four-byte key hash table.

Definition at line 58 of file rte_fbk_hash.h.

For accessing entire entry.

Definition at line 59 of file rte_fbk_hash.h.

Non-zero if entry is active.

Definition at line 61 of file rte_fbk_hash.h.

Value returned by lookup.

Definition at line 62 of file rte_fbk_hash.h.

Key used to find value.

Definition at line 63 of file rte_fbk_hash.h.

For accessing each entry part.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK