Home
last modified time | relevance | path

Searched refs:rte_port_sym_crypto_reader_ops (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_port/
H A Dversion.map27 rte_port_sym_crypto_reader_ops;
H A Drte_port_sym_crypto.h47 extern struct rte_port_in_ops rte_port_sym_crypto_reader_ops;
H A Drte_port_sym_crypto.c529 struct rte_port_in_ops rte_port_sym_crypto_reader_ops = { variable
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c371 p.ops = &rte_port_sym_crypto_reader_ops; in softnic_pipeline_port_in_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c316 p.ops = &rte_port_sym_crypto_reader_ops; in pipeline_port_in_create()