Searched refs:RTE_EFD_NAMESIZE (Results 1 – 2 of 2) sorted by relevance
103 #define RTE_EFD_NAMESIZE 32 macro
233 char name[RTE_EFD_NAMESIZE]; /**< Name of the efd table. */546 if (strncmp(name, table->name, RTE_EFD_NAMESIZE) == 0) in rte_efd_create()734 if (strncmp(name, table->name, RTE_EFD_NAMESIZE) == 0) in rte_efd_find_existing()