Searched refs:RTE_FBK_HASH_NAMESIZE (Results 1 – 2 of 2) sorted by relevance
57 if (strncmp(name, h->name, RTE_FBK_HASH_NAMESIZE) == 0) in EAL_REGISTER_TAILQ()83 char hash_name[RTE_FBK_HASH_NAMESIZE]; in rte_fbk_hash_create()112 if (strncmp(params->name, ht->name, RTE_FBK_HASH_NAMESIZE) == 0) in rte_fbk_hash_create()
44 #define RTE_FBK_HASH_NAMESIZE 32 macro72 char name[RTE_FBK_HASH_NAMESIZE]; /**< Name of the hash. */