Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.h32 #define RTE_LPM_NAMESIZE 16 macro
134 char name[RTE_LPM_NAMESIZE]; /**< Name of the lpm. */
H A Drte_lpm.c122 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()