uint32_tkey_size
Key size (number of bytes).
Definition at line 148 of file rte_table_action.h.
uint32_tkey_offset
Key offset within the input packet buffer. Offset 0 points to the first byte of the MBUF structure.
Definition at line 153 of file rte_table_action.h.
uint8_tkey_mask[RTE_TABLE_ACTION_LB_KEY_SIZE_MAX]
Key mask (key_size bytes are valid).
Definition at line 156 of file rte_table_action.h.
rte_table_hash_op_hashf_hash
Hash function.
Definition at line 159 of file rte_table_action.h.
uint64_tseed
Seed value for f_hash.
Definition at line 162 of file rte_table_action.h.
uint32_tout_offset
Output value offset within the input packet buffer. Offset 0 points to the first byte of the MBUF
structure.
Definition at line 167 of file rte_table_action.h.