Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.c144 struct selector *selectors; member
848 if (!ctl->selectors) in selector_free()
852 struct selector *s = &ctl->selectors[i]; in selector_free()
882 free(ctl->selectors); in selector_free()
883 ctl->selectors = NULL; in selector_free()
892 struct selector *s = &ctl->selectors[i]; in selector_find()
904 struct selector *s = &ctl->selectors[selector_id]; in selector_params_get()
1119 struct selector *s = &ctl->selectors[i]; in table_state_create()
1318 if (!ctl->selectors) in rte_swx_ctl_pipeline_create()
1322 struct selector *s = &ctl->selectors[i]; in rte_swx_ctl_pipeline_create()
[all …]
H A Drte_swx_pipeline.c7716 TAILQ_FOREACH(s, &p->selectors, node) in selector_find()
7728 TAILQ_FOREACH(s, &p->selectors, node) in selector_find_by_id()
7965 if (!t->selectors) in selector_build_free()
7974 free(t->selectors); in selector_build_free()
7975 t->selectors = NULL; in selector_build_free()
8001 if (!t->selectors) { in selector_build()
8006 TAILQ_FOREACH(s, &p->selectors, node) { in selector_build()
8049 elem = TAILQ_FIRST(&p->selectors); in selector_free()
8053 TAILQ_REMOVE(&p->selectors, elem, node); in selector_free()
8606 TAILQ_FOREACH(s, &p->selectors, node) { in table_state_build()
[all …]
H A Drte_swx_pipeline_internal.h922 struct selector_runtime *selectors; member
1394 struct selector_tailq selectors; member
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst211 Where a comma separated list of selectors is set, the list must not contain any
/dpdk/doc/guides/prog_guide/
H A Drte_security.rst717 using the SA selectors and the ``rte_crypto_ipsec_xform`` as the ``rte_flow_action``.