Searched refs:rte_lpm_tbl_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.h71 struct rte_lpm_tbl_entry { struct
94 struct rte_lpm_tbl_entry { struct
140 struct rte_lpm_tbl_entry tbl24[RTE_LPM_TBL24_NUM_ENTRIES]
142 struct rte_lpm_tbl_entry *tbl8; /**< LPM tbl8 table. */
H A Drte_lpm.c151 RTE_BUILD_BUG_ON(sizeof(struct rte_lpm_tbl_entry) != 4);
165 tbl8s_size = (sizeof(struct rte_lpm_tbl_entry) *
422 tbl8_alloc(struct rte_lpm_tbl_entry *tbl8, uint32_t number_tbl8s)
425 struct rte_lpm_tbl_entry *tbl8_entry;
432 struct rte_lpm_tbl_entry new_tbl8_entry = {
456 tbl8_free(struct rte_lpm_tbl_entry *tbl8, uint32_t tbl8_group_start)
459 struct rte_lpm_tbl_entry zero_tbl8_entry = {0};
484 struct rte_lpm_tbl_entry new_tbl24_entry = {
512 struct rte_lpm_tbl_entry
565 struct rte_lpm_tbl_entry new_tbl8_entr
[all...]

Completed in 26 milliseconds