Searched refs:RTE_LPM_NAMESIZE (Results 1 – 3 of 3) sorted by relevance
54 char name[RTE_LPM_NAMESIZE]; /**< Name of the lpm. */129 if (strncmp(name, i_lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_find_existing()149 char mem_name[RTE_LPM_NAMESIZE]; in rte_lpm_create()174 if (strncmp(name, i_lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_create()
27 #define RTE_LPM_NAMESIZE 32 macro
159 char s[RTE_LPM_NAMESIZE]; in setup_lpm()