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