| /dpdk/drivers/net/ice/ |
| H A D | ice_switch_filter.c | 1623 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 D | ice_hash.c | 1061 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 D | test_ipsec_perf.c | 227 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 D | test_ipsec.c | 732 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 D | test_cryptodev.c | 8428 .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 D | rte_security.h | 503 enum rte_security_session_action_type action_type; member
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_hash.c | 1341 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 D | iavf_ipsec_crypto.c | 277 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO || in iavf_ipsec_crypto_session_validate_conf()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_ethdev_sec.c | 155 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) in cn9k_eth_sec_session_create()
|
| H A D | cn10k_ethdev_sec.c | 601 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 D | cperf_ops.c | 737 .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 D | ipsec.c | 93 .action_type = ips->type, in create_lookaside_session() 166 .action_type = ips->type, in create_inline_session()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn10k_ipsec.c | 299 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL) in cn10k_sec_session_create()
|
| H A D | cn9k_ipsec.c | 745 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL) in cn9k_sec_session_create()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 598 enum rte_security_session_action_type action_type;
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 776 unsigned int action_type:4; member 1987 u8 action_type[0x4]; member
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 2212 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL || in qat_security_session_create()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 487 .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 D | pmd_aesni_mb.c | 1983 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 D | ipsec_secgw.rst | 531 <mode> <src_ip> <dst_ip> <action_type> <port_id> <fallback>
|