Home
last modified time | relevance | path

Searched refs:RTE_LPM6_NAMESIZE (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/lpm/
H A Drte_lpm6.h22 #define RTE_LPM6_NAMESIZE 32 macro
H A Drte_lpm6.c93 char name[RTE_LPM6_NAMESIZE]; /**< Name of the lpm. */
243 char mem_name[RTE_LPM6_NAMESIZE]; in rte_lpm6_create()
320 if (strncmp(name, lpm->name, RTE_LPM6_NAMESIZE) == 0) in rte_lpm6_create()
391 if (strncmp(name, l->name, RTE_LPM6_NAMESIZE) == 0) in rte_lpm6_find_existing()