Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c79 struct rte_lpm_tbl8_hdr { struct
106 struct rte_lpm_tbl8_hdr *tbl8_hdrs; /* array of tbl8 headers */ argument
254 struct rte_lpm_tbl8_hdr *tbl8_hdrs = NULL; in rte_lpm6_create()
303 sizeof(struct rte_lpm_tbl8_hdr) * config->number_tbl8s, in rte_lpm6_create()
571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header()
1266 remove_tbl(struct rte_lpm6 *lpm, struct rte_lpm_tbl8_hdr *tbl_hdr, in remove_tbl()
1279 struct rte_lpm_tbl8_hdr *owner_tbl_hdr = in remove_tbl()
1358 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in rte_lpm6_delete()