Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1438 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 Dice_hash.c1014 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 Drte_security.h367 enum rte_security_session_action_type action_type; member
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_hash.c900 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 Dtest_ipsec_perf.c215 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 Dtest_ipsec.c722 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 Dtest_cryptodev.c7823 .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 Dipsec.c93 .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 Dcperf_ops.c604 .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 Dotx2_cryptodev_sec.c455 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 Drte_aesni_mb_pmd_ops.c1066 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 Dotx2_ethdev_sec.c598 if (conf->action_type != RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) in otx2_eth_sec_session_create()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h581 unsigned int action_type:4; member
1556 u8 action_type[0x4]; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c416 .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 Drte_security.rst589 enum rte_security_session_action_type action_type;
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c2215 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 Dipsec_secgw.rst502 <mode> <src_ip> <dst_ip> <action_type> <port_id> <fallback>