Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A Dcontext_switch.c164 struct actions { struct
165 void (*setup)(int, int);
166 void *(*thread1)(void *);
167 void *(*thread2)(void *);
418 struct actions *actions = &yield_actions; in main() local
/linux-6.3-rc2/net/sched/
A Dact_api.c252 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex() local
1053 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec()
1115 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy()
1140 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many()
1207 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump()
1277 void tcf_idr_insert_many(struct tc_action *actions[]) in tcf_idr_insert_many()
1428 struct nlattr *est, struct tc_action *actions[], in tcf_action_init()
1616 struct tc_action *actions[], int event, in tcf_get_notify()
1787 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_reoffload_del_notify() local
1913 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; in tca_action_gd() local
[all …]
/linux-6.3-rc2/Documentation/driver-api/
A Dlibata.rst876 Clearing error condition
885 Reset
978 Reconfigure transport
/linux-6.3-rc2/arch/arm/probes/
A Ddecode-thumb.c863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn()
874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn()
A Ddecode-arm.c721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn()
A Ddecode.c413 bool emulate, const union decode_action *actions, in probes_decode_insn()
/linux-6.3-rc2/fs/ocfs2/dlm/
A Ddlmunlock.c89 int actions = 0; in dlmunlock_common() local
529 int *actions) in dlm_get_cancel_actions()
561 int *actions) in dlm_get_unlock_actions()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-config.c25 enum actions { enum
27 } actions; variable
/linux-6.3-rc2/net/openvswitch/
A Dactions.c37 const struct nlattr *actions; member
125 const struct nlattr *actions, in add_deferred_actions()
944 const struct nlattr *actions, int actions_len, in output_userspace()
1006 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local
1024 struct nlattr *actions; in sample() local
1055 struct nlattr *actions; in clone() local
1203 const struct nlattr *actions, *cpl_arg; in execute_check_pkt_len() local
1491 const struct nlattr *actions, int len, in clone_execute()
1569 const struct nlattr *actions = da->actions; in process_deferred_actions() local
A Dflow_netlink.c51 static bool actions_may_change_flow(const struct nlattr *actions) in actions_may_change_flow()
2389 static void ovs_nla_free_nested_actions(const struct nlattr *actions, int len) in ovs_nla_free_nested_actions()
2555 const struct nlattr *probability, *actions; in validate_and_copy_sample() local
2622 const struct nlattr *a, *actions; in validate_and_copy_dec_ttl() local
3501 struct nlattr *actions; in sample_action_to_attr() local
A Ddatapath.h141 const struct nlattr *actions; member
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.c68 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir()
84 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan()
103 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set()
152 bnxt_fill_l2_rewrite_fields(struct bnxt_tc_actions *actions, in bnxt_fill_l2_rewrite_fields()
183 bnxt_tc_parse_pedit(struct bnxt *bp, struct bnxt_tc_actions *actions, in bnxt_tc_parse_pedit()
282 struct bnxt_tc_actions *actions, in bnxt_tc_parse_actions()
590 struct bnxt_tc_actions *actions = &flow->actions; in bnxt_hwrm_cfa_flow_alloc() local
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_rule.c590 struct mlx5dr_action *actions[]) in dr_rule_add_action_members()
1117 struct mlx5dr_action *actions[]) in dr_rule_create_rule_nic()
1259 struct mlx5dr_action *actions[]) in dr_rule_create_rule_fdb()
1290 struct mlx5dr_action *actions[], in dr_rule_create_rule()
1353 struct mlx5dr_action *actions[], in mlx5dr_rule_create()
A Ddr_action.c659 struct mlx5dr_action *actions[], in dr_action_print_sequence()
751 struct mlx5dr_action *actions[], in mlx5dr_actions_build_ste_arr()
1963 __be64 actions[], in dr_action_create_modify_action()
2028 __be64 actions[]) in mlx5dr_action_create_modify_header()
/linux-6.3-rc2/lib/
A Dnotifier-error-inject.h17 struct notifier_err_inject_action actions[]; member
A Dasn1_decoder.c173 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dmod_hdr.h18 void *actions; member
A Dmod_hdr.c11 void *actions; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dsmfs.c52 size_t num_actions, struct mlx5dr_action *actions[], in mlx5_smfs_rule_create()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_tc.c206 struct flow_action *actions, in otx2_tc_validate_flow()
265 struct flow_action *actions = &cls->rule->action; in otx2_tc_egress_matchall_install() local
967 struct flow_action *actions = &cls->rule->action; in otx2_tc_ingress_matchall_install() local
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_flower.c492 struct flow_action *actions, in cxgb4_process_flow_actions()
683 struct flow_action *actions, in cxgb4_validate_flow_actions()
/linux-6.3-rc2/include/linux/
A Dasn1_ber_bytecode.h24 const asn1_action_t *actions; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dact.h19 u32 actions; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_dpipe.c936 struct devlink_dpipe_action *actions) in mlxsw_sp_dpipe_table_adj_match_action_prepare()
972 struct devlink_dpipe_action *actions) in mlxsw_sp_dpipe_table_adj_entry_prepare()
1150 struct devlink_dpipe_action actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_COUNT]; in mlxsw_sp_dpipe_table_adj_entries_dump() local
/linux-6.3-rc2/arch/arm/probes/kprobes/
A Dcore.c55 const union decode_action *actions; in arch_prepare_kprobe() local

Completed in 61 milliseconds

123