Searched refs:lpm6_config (Results 1 – 3 of 3) sorted by relevance
57 struct rte_lpm6_config lpm6_config; in rte_table_lpm_ipv6_create() local103 lpm6_config.max_rules = p->n_rules; in rte_table_lpm_ipv6_create()104 lpm6_config.number_tbl8s = p->number_tbl8s; in rte_table_lpm_ipv6_create()105 lpm6_config.flags = 0; in rte_table_lpm_ipv6_create()106 lpm->lpm = rte_lpm6_create(p->name, socket_id, &lpm6_config); in rte_table_lpm_ipv6_create()
207 struct rte_lpm6_config lpm6_config = { variable845 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
228 struct rte_lpm6_config lpm6_config = { variable939 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()