Searched refs:RTE_LPM6_NAMESIZE (Results 1 – 4 of 4) sorted by relevance
23 #define RTE_LPM6_NAMESIZE 32 macro
100 char name[RTE_LPM6_NAMESIZE]; /**< Name of the lpm. */250 char mem_name[RTE_LPM6_NAMESIZE]; in rte_lpm6_create()325 if (strncmp(name, lpm->name, RTE_LPM6_NAMESIZE) == 0) in rte_lpm6_create()396 if (strncmp(name, l->name, RTE_LPM6_NAMESIZE) == 0) in rte_lpm6_find_existing()
20 #define RTE_LPM6_NAMESIZE 32 macro
93 char name[RTE_LPM6_NAMESIZE]; /**< Name of the lpm. */247 char mem_name[RTE_LPM6_NAMESIZE]; in rte_lpm6_create()324 if (strncmp(name, lpm->name, RTE_LPM6_NAMESIZE) == 0) in rte_lpm6_create()397 if (strncmp(name, l->name, RTE_LPM6_NAMESIZE) == 0)