Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.h23 #define RTE_LPM6_NAMESIZE 32 macro
H A Drte_lpm6.c100 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()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.h20 #define RTE_LPM6_NAMESIZE 32 macro
H A Drte_lpm6.c93 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)