| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_switch_filter.c | 1438 enum rte_flow_action_type action_type; in ice_switch_parse_dcf_action() local 1442 action_type = action->type; in ice_switch_parse_dcf_action() 1443 switch (action_type) { in ice_switch_parse_dcf_action() 1497 enum rte_flow_action_type action_type; in ice_switch_parse_action() local 1504 action_type = action->type; in ice_switch_parse_action() 1505 switch (action_type) { in ice_switch_parse_action() 1589 enum rte_flow_action_type action_type; in ice_switch_check_action() local 1594 action_type = action->type; in ice_switch_check_action() 1595 switch (action_type) { in ice_switch_check_action()
|
| H A D | ice_hash.c | 1014 enum rte_flow_action_type action_type; in ice_hash_parse_action() local 1028 action_type = action->type; in ice_hash_parse_action() 1029 switch (action_type) { in ice_hash_parse_action()
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 367 enum rte_security_session_action_type action_type; member
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_hash.c | 900 enum rte_flow_action_type action_type; in iavf_hash_parse_action() local 908 action_type = action->type; in iavf_hash_parse_action() 909 switch (action_type) { in iavf_hash_parse_action()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec_perf.c | 215 create_sa(enum rte_security_session_action_type action_type, in create_sa() argument 237 sa->ss[0].type = action_type; in create_sa()
|
| H A D | test_ipsec.c | 722 create_sa(enum rte_security_session_action_type action_type, in create_sa() argument 744 ut->ss[j].type = action_type; in create_sa()
|
| H A D | test_cryptodev.c | 7823 .action_type = ut_params->type, in test_pdcp_proto() 8093 .action_type = ut_params->type, in test_pdcp_proto_SGL() 8568 .action_type = ut_params->type, in test_docsis_proto_uplink() 8744 .action_type = ut_params->type, in test_docsis_proto_downlink()
|
| /f-stack/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()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 604 .action_type = RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL, in cperf_create_session() 654 .action_type = in cperf_create_session()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_sec.c | 455 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL) in otx2_crypto_sec_session_create()
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd_ops.c | 1066 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL || in aesni_mb_pmd_sec_sess_create()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec.c | 598 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) in otx2_eth_sec_session_create()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 581 unsigned int action_type:4; member 1556 u8 action_type[0x4]; member
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 416 .action_type = type, in flow_dv_convert_modify_action() 611 .action_type = MLX5_MODIFICATION_TYPE_SET, in flow_dv_convert_action_modify_vlan_vid() 960 .action_type = MLX5_MODIFICATION_TYPE_SET, in flow_dv_convert_action_set_reg() 9198 MLX5_SET(set_action_in, action_ctx.action_in, action_type, in flow_dv_translate_action_sample() 9733 int action_type = actions->type; in flow_dv_translate() local 9738 if (!mlx5_flow_os_action_supported(action_type)) in flow_dv_translate() 9743 switch (action_type) { in flow_dv_translate()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 589 enum rte_security_session_action_type action_type;
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 2215 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL || in qat_security_session_create()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 502 <mode> <src_ip> <dst_ip> <action_type> <port_id> <fallback>
|