Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c406 TAILQ_FOREACH(elem, &p->port_out_types, node) in port_out_type_find()
439 TAILQ_INSERT_TAIL(&p->port_out_types, elem, node); in rte_swx_pipeline_port_out_type_register()
548 elem = TAILQ_FIRST(&p->port_out_types); in port_out_free()
552 TAILQ_REMOVE(&p->port_out_types, elem, node); in port_out_free()
9147 TAILQ_INIT(&pipeline->port_out_types); in rte_swx_pipeline_config()
H A Drte_swx_pipeline_internal.h1383 struct port_out_type_tailq port_out_types; member