Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.c129 struct rte_lpm_list *lpm_list; in rte_lpm_find_existing() local
131 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_find_existing()
134 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_find_existing()
161 struct rte_lpm_list *lpm_list; in rte_lpm_create() local
163 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_create()
179 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_create()
247 TAILQ_INSERT_TAIL(lpm_list, te, next); in rte_lpm_create()
261 struct rte_lpm_list *lpm_list; in rte_lpm_free() local
270 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_free()
275 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_free()
[all …]
H A Drte_lpm6.c254 struct rte_lpm6_list *lpm_list; in rte_lpm6_create() local
259 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_create()
323 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_create()
366 TAILQ_INSERT_TAIL(lpm_list, te, next); in rte_lpm6_create()
389 struct rte_lpm6_list *lpm_list; in rte_lpm6_find_existing() local
391 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_find_existing()
394 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_find_existing()
415 struct rte_lpm6_list *lpm_list; in rte_lpm6_free() local
422 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_free()
427 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_free()
[all …]
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c115 struct rte_lpm_list *lpm_list;
117 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list);
120 TAILQ_FOREACH(te, lpm_list, next) {
172 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_create()
250 struct rte_lpm_list *lpm_list; in rte_lpm_free()
257 lpm_list = RTE_TAILQ_CAST(rte_lpm_tailq.head, rte_lpm_list); in rte_lpm_free()
262 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_free()
267 TAILQ_REMOVE(lpm_list, te, next); in rte_lpm_free()
H A Drte_lpm6.c322 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_create()
390 struct rte_lpm6_list *lpm_list;
392 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list);
395 TAILQ_FOREACH(te, lpm_list, next) {
418 struct rte_lpm6_list *lpm_list; in rte_lpm6_free()
425 lpm_list = RTE_TAILQ_CAST(rte_lpm6_tailq.head, rte_lpm6_list); in rte_lpm6_free()
430 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_free()
436 TAILQ_REMOVE(lpm_list, te, next); in rte_lpm6_free()