Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Dpipeline.h23 enum port_in_type { enum
35 enum port_in_type type;
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h63 struct port_in_type { struct
64 TAILQ_ENTRY(port_in_type) node;
69 TAILQ_HEAD(port_in_type_tailq, port_in_type); argument
73 struct port_in_type *type;
H A Drte_swx_pipeline.c236 static struct port_in_type *
239 struct port_in_type *elem; in port_in_type_find()
256 struct port_in_type *elem; in rte_swx_pipeline_port_in_type_register()
269 elem = calloc(1, sizeof(struct port_in_type)); in rte_swx_pipeline_port_in_type_register()
300 struct port_in_type *type = NULL; in rte_swx_pipeline_port_in_config()
384 struct port_in_type *elem; in port_in_free()