Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c122 struct rte_lpm_list *lpm_list; in rte_lpm_find_existing() local
124 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_find_existing()
127 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_find_existing()
154 struct rte_lpm_list *lpm_list; in rte_lpm_create() local
156 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_create()
172 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_create()
240 TAILQ_INSERT_TAIL(lpm_list, te, next); in rte_lpm_create()
254 struct rte_lpm_list *lpm_list; in rte_lpm_free() local
263 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_free()
268 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_free()
[all …]
H A Drte_lpm6.c247 struct rte_lpm6_list *lpm_list; in rte_lpm6_create() local
252 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_create()
318 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_create()
361 TAILQ_INSERT_TAIL(lpm_list, te, next); in rte_lpm6_create()
384 struct rte_lpm6_list *lpm_list; in rte_lpm6_find_existing() local
386 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_find_existing()
389 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_find_existing()
410 struct rte_lpm6_list *lpm_list; in rte_lpm6_free() local
417 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_free()
422 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_free()
[all …]