Home
last modified time | relevance | path

Searched defs:tbl8 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c422 tbl8_alloc(struct rte_lpm_tbl_entry *tbl8, uint32_t number_tbl8s) in tbl8_alloc()
456 tbl8_free(struct rte_lpm_tbl_entry *tbl8, uint32_t tbl8_group_start) in tbl8_free()
898 tbl8_recycle_check(struct rte_lpm_tbl_entry *tbl8, in tbl8_recycle_check()
H A Drte_lpm.h142 struct rte_lpm_tbl_entry *tbl8; /**< LPM tbl8 table. */ member
H A Drte_lpm6.c108 struct rte_lpm6_tbl_entry tbl8[0] member
/f-stack/dpdk/lib/librte_fib/
H A Dtrie.h41 uint64_t *tbl8; /**< tbl8 table. */ member
H A Ddir24_8.h36 uint64_t *tbl8; /**< tbl8 table. */ member
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.h126 struct rte_lpm_tbl_entry *tbl8; /**< LPM tbl8 table. */ member
H A Drte_lpm.c295 struct rte_lpm_tbl_entry *tbl8 = ((struct __rte_lpm *)p)->lpm.tbl8; in __lpm_rcu_qsbr_free_resource() local
1014 tbl8_recycle_check(struct rte_lpm_tbl_entry *tbl8, in tbl8_recycle_check()
H A Drte_lpm6.c115 struct rte_lpm6_tbl_entry tbl8[0] member
/f-stack/dpdk/app/test-fib/
H A Dmain.c98 uint32_t tbl8; member