DPDK 22.11.5
|
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t(* | rte_swx_hash_func_t) (const void *key, uint32_t length, uint32_t seed) |
RTE SWX Hash Function
Definition in file rte_swx_hash_func.h.
typedef uint32_t(* rte_swx_hash_func_t) (const void *key, uint32_t length, uint32_t seed) |
Hash function prototype
[in] | key | Key to hash. Must be non-NULL. |
[in] | length | Key length in bytes. |
[in] | seed | Hash seed. |
Definition at line 30 of file rte_swx_hash_func.h.