Searched refs:tbl_ind (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 568 init_tbl8_header(struct rte_lpm6 *lpm, uint32_t tbl_ind, in init_tbl8_header() argument 571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header() 660 uint32_t tbl_ind, struct rte_lpm6_tbl_entry **next_tbl, in add_step() argument 714 if (tbl_ind != TBL24_IND && is_new_rule) in add_step() 715 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step() 741 init_tbl8_header(lpm, tbl8_gindex, tbl_ind, entry_ind); in add_step() 755 if (tbl_ind != TBL24_IND) in add_step() 756 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step() 788 init_tbl8_header(lpm, tbl8_gindex, tbl_ind, entry_ind); in add_step() 806 if (tbl_ind != TBL24_IND) in add_step() [all …]
|