Searched refs:RTE_LPM_NAMESIZE (Results 1 – 5 of 5) 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()
31 #define RTE_LPM_NAMESIZE 32 macro
61 char name[RTE_LPM_NAMESIZE]; /**< Name of the lpm. */136 if (strncmp(name, i_lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_find_existing()156 char mem_name[RTE_LPM_NAMESIZE]; in rte_lpm_create()181 if (strncmp(name, i_lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_create()
164 char s[RTE_LPM_NAMESIZE]; in setup_lpm()