Home
last modified time | relevance | path

Searched refs:owner_tbl_ind (Results 1 – 1 of 1) sorted by path

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c80 uint32_t owner_tbl_ind; /**< owner table: TBL24_IND if owner is tbl24, member
569 uint32_t owner_tbl_ind, uint32_t owner_entry_ind) in init_tbl8_header() argument
572 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header()
1271 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl()
1274 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl() local
1276 owner_tbl_ind * RTE_LPM6_TBL8_GROUP_NUM_ENTRIES + in remove_tbl()
1280 &lpm->tbl8_hdrs[owner_tbl_ind]; in remove_tbl()
1282 remove_tbl(lpm, owner_tbl_hdr, owner_tbl_ind, lsp_rule); in remove_tbl()