Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.h31 #define RTE_LPM_NAMESIZE 32 macro
H A Drte_lpm.c61 char name[RTE_LPM_NAMESIZE]; /**< Name of the lpm. */
136 if (strncmp(name, i_lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_find_existing()
156 char mem_name[RTE_LPM_NAMESIZE]; in rte_lpm_create()
181 if (strncmp(name, i_lpm->name, RTE_LPM_NAMESIZE) == 0) in rte_lpm_create()
/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup.c164 char s[RTE_LPM_NAMESIZE]; in setup_lpm()