Home
last modified time | relevance | path

Searched refs:tbl_hdr (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header() local
572 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header()
573 tbl_hdr->owner_entry_ind = owner_entry_ind; in init_tbl8_header()
574 tbl_hdr->ref_cnt = 0; in init_tbl8_header()
1271 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl()
1272 owner_entry = &lpm->tbl24[tbl_hdr->owner_entry_ind]; in remove_tbl()
1274 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl()
1277 tbl_hdr->owner_entry_ind]; in remove_tbl()
1358 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in rte_lpm6_delete() local
1359 if (--tbl_hdr->ref_cnt == 0) { in rte_lpm6_delete()
[all …]
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c565 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header() local
566 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header()
567 tbl_hdr->owner_entry_ind = owner_entry_ind; in init_tbl8_header()
568 tbl_hdr->ref_cnt = 0; in init_tbl8_header()
1247 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl()
1248 owner_entry = &lpm->tbl24[tbl_hdr->owner_entry_ind]; in remove_tbl()
1250 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl()
1253 tbl_hdr->owner_entry_ind]; in remove_tbl()
1330 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in rte_lpm6_delete() local
1331 if (--tbl_hdr->ref_cnt == 0) { in rte_lpm6_delete()
[all …]