Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h336 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) macro
H A Drte_lpm.c151 RTE_BUILD_BUG_ON(sizeof(struct rte_lpm_tbl_entry) != 4); in rte_lpm_create()
H A Drte_lpm6.c258 RTE_BUILD_BUG_ON(sizeof(struct rte_lpm6_tbl_entry) != sizeof(uint32_t)); in rte_lpm6_create()