Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_table_lpm_ipv6.c54 struct rte_lpm6_config lpm6_config; in rte_table_lpm_ipv6_create() local
100 lpm6_config.max_rules = p->n_rules; in rte_table_lpm_ipv6_create()
101 lpm6_config.number_tbl8s = p->number_tbl8s; in rte_table_lpm_ipv6_create()
102 lpm6_config.flags = 0; in rte_table_lpm_ipv6_create()
103 lpm->lpm = rte_lpm6_create(p->name, socket_id, &lpm6_config); in rte_table_lpm_ipv6_create()
/dpdk/examples/ip_fragmentation/
H A Dmain.c210 struct rte_lpm6_config lpm6_config = { variable
848 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()
/dpdk/examples/ip_reassembly/
H A Dmain.c231 struct rte_lpm6_config lpm6_config = { variable
945 lpm6 = rte_lpm6_create(buf, socket, &lpm6_config); in init_mem()