Home
last modified time | relevance | path

Searched refs:RTE_LPM_NAMESIZE (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/lpm/
H A Drte_lpm.c54 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()
H A Drte_lpm.h27 #define RTE_LPM_NAMESIZE 32 macro
/dpdk/lib/node/
H A Dip4_lookup.c159 char s[RTE_LPM_NAMESIZE]; in setup_lpm()