Home
last modified time | relevance | path

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

/f-stack/freebsd/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 …]
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c113 struct rte_lpm_tbl8_hdr *tbl8_hdrs; /* array of tbl8 headers */ member
257 struct rte_lpm_tbl8_hdr *tbl8_hdrs = NULL; in rte_lpm6_create() local
304 tbl8_hdrs = rte_malloc(NULL, in rte_lpm6_create()
307 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()
437 rte_free(lpm->tbl8_hdrs); in rte_lpm6_free()
709 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()
750 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()
801 lpm->tbl8_hdrs[tbl_ind].ref_cnt++; in add_step()
[all …]