Home
last modified time | relevance | path

Searched refs:action_type (Results 1 – 20 of 20) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1623 enum rte_flow_action_type action_type; in ice_switch_parse_dcf_action() local
1627 action_type = action->type; in ice_switch_parse_dcf_action()
1628 switch (action_type) { in ice_switch_parse_dcf_action()
1686 enum rte_flow_action_type action_type; in ice_switch_parse_action() local
1693 action_type = action->type; in ice_switch_parse_action()
1694 switch (action_type) { in ice_switch_parse_action()
1781 enum rte_flow_action_type action_type; in ice_switch_check_action() local
1786 action_type = action->type; in ice_switch_check_action()
1787 switch (action_type) { in ice_switch_check_action()
H A Dice_hash.c1061 enum rte_flow_action_type action_type; in ice_hash_parse_action() local
1069 action_type = action->type; in ice_hash_parse_action()
1070 switch (action_type) { in ice_hash_parse_action()
/dpdk/app/test/
H A Dtest_ipsec_perf.c227 create_sa(enum rte_security_session_action_type action_type, in create_sa() argument
249 sa->ss[0].type = action_type; in create_sa()
H A Dtest_ipsec.c732 create_sa(enum rte_security_session_action_type action_type, in create_sa() argument
754 ut->ss[j].type = action_type; in create_sa()
H A Dtest_cryptodev.c8428 .action_type = ut_params->type, in test_pdcp_proto()
8709 .action_type = ut_params->type, in test_pdcp_proto_SGL()
9293 .action_type = ut_params->type, in test_ipsec_proto_process()
10322 .action_type = ut_params->type, in test_docsis_proto_uplink()
10507 .action_type = ut_params->type, in test_docsis_proto_downlink()
/dpdk/lib/security/
H A Drte_security.h503 enum rte_security_session_action_type action_type; member
/dpdk/drivers/net/iavf/
H A Diavf_hash.c1341 enum rte_flow_action_type action_type; in iavf_hash_parse_action() local
1349 action_type = action->type; in iavf_hash_parse_action()
1350 switch (action_type) { in iavf_hash_parse_action()
H A Diavf_ipsec_crypto.c277 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO || in iavf_ipsec_crypto_session_validate_conf()
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev_sec.c155 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) in cn9k_eth_sec_session_create()
H A Dcn10k_ethdev_sec.c601 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) in cn10k_eth_sec_session_create()
925 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL || in cn10k_eth_sec_session_update()
/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c737 .action_type = RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL, in create_ipsec_session()
854 .action_type = RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL, in cperf_create_session()
910 .action_type = in cperf_create_session()
/dpdk/examples/ipsec-secgw/
H A Dipsec.c93 .action_type = ips->type, in create_lookaside_session()
166 .action_type = ips->type, in create_inline_session()
/dpdk/drivers/crypto/cnxk/
H A Dcn10k_ipsec.c299 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL) in cn10k_sec_session_create()
H A Dcn9k_ipsec.c745 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL) in cn9k_sec_session_create()
/dpdk/doc/guides/prog_guide/
H A Drte_security.rst598 enum rte_security_session_action_type action_type;
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h776 unsigned int action_type:4; member
1987 u8 action_type[0x4]; member
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c2212 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL || in qat_security_session_create()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c487 .action_type = type, in flow_dv_convert_modify_action()
709 .action_type = MLX5_MODIFICATION_TYPE_SET, in flow_dv_convert_action_modify_vlan_vid()
1058 .action_type = MLX5_MODIFICATION_TYPE_SET, in flow_dv_convert_action_set_reg()
12013 MLX5_SET(set_action_in, action_ctx.action_in, action_type, in flow_dv_translate_action_sample()
13026 int action_type = actions->type; in flow_dv_translate() local
13032 if (!mlx5_flow_os_action_supported(action_type)) in flow_dv_translate()
13037 switch (action_type) { in flow_dv_translate()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_mb.c1983 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL || in aesni_mb_pmd_sec_sess_create()
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst531 <mode> <src_ip> <dst_ip> <action_type> <port_id> <fallback>