Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c106 struct rte_lpm_tbl8_hdr *tbl8_hdrs; /* array of tbl8 headers */ member
254 struct rte_lpm_tbl8_hdr *tbl8_hdrs = NULL; in rte_lpm6_create() local
302 tbl8_hdrs = rte_malloc(NULL, in rte_lpm6_create()
305 if (tbl8_hdrs == NULL) { in rte_lpm6_create()
359 lpm->tbl8_hdrs = tbl8_hdrs; in rte_lpm6_create()
374 rte_free(tbl8_hdrs); in rte_lpm6_create()
441 rte_free(lpm->tbl8_hdrs); in rte_lpm6_free()
715 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()
756 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()
807 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()
[all …]