rte_swx_hash_func.h
Contents
Detailed Description
RTE SWX Hash Function
Definition in file rte_swx_hash_func.h.
Name
rte_swx_hash_func.h
Synopsis
#include <stdint.h>
Typedefstypedef uint32_t(* rte_swx_hash_func_t) (const void *key, uint32_t length, uint32_t seed)
Typedef Documentation
typedefuint32_t(*rte_swx_hash_func_t)(constvoid*key,uint32_tlength,uint32_tseed)
Hash function prototype
Parameterskey Key to hash. Must be non-NULL.
length Key length in bytes.
seed Hash seed.
Returns
Hash value.
Definition at line 26 of file rte_swx_hash_func.h.
