Searched refs:RTE_LPM_NAMESIZE (Results 1 – 2 of 2) sorted by relevance
32 #define RTE_LPM_NAMESIZE 16 macro134 char name[RTE_LPM_NAMESIZE]; /**< Name of the lpm. */
122 if (strncmp(name, l->name, RTE_LPM_NAMESIZE) == 0)143 char mem_name[RTE_LPM_NAMESIZE]; in rte_lpm_create()174 if (strncmp(name, lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_create()