Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/powerpc/benchmarks/
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-v5.15/net/sched/
Dact_api.c717 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec()
769 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy()
794 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many()
856 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump()
924 void tcf_idr_insert_many(struct tc_action *actions[]) in tcf_idr_insert_many()
1065 struct nlattr *est, struct tc_action *actions[], in tcf_action_init()
1192 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill()
1228 struct tc_action *actions[], int event, in tcf_get_notify()
1366 static int tcf_action_delete(struct net *net, struct tc_action *actions[]) in tcf_action_delete()
1396 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], in tcf_del_notify()
[all …]
/Linux-v5.15/Documentation/driver-api/
Dlibata.rst887 Clearing error condition
896 Reset
989 Reconfigure transport
/Linux-v5.15/arch/arm/probes/
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()
Ddecode-arm.c721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn()
Ddecode.c413 bool emulate, const union decode_action *actions, in probes_decode_insn()
/Linux-v5.15/tools/perf/
Dbuiltin-config.c25 enum actions { enum
27 } actions; variable
/Linux-v5.15/fs/ocfs2/dlm/
Ddlmunlock.c89 int actions = 0; in dlmunlock_common() local
530 int *actions) in dlm_get_cancel_actions()
562 int *actions) in dlm_get_unlock_actions()
/Linux-v5.15/net/openvswitch/
Dactions.c37 const struct nlattr *actions; member
125 const struct nlattr *actions, in add_deferred_actions()
908 const struct nlattr *actions, int actions_len, in output_userspace()
970 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local
988 struct nlattr *actions; in sample() local
1019 struct nlattr *actions; in clone() local
1167 const struct nlattr *actions, *cpl_arg; in execute_check_pkt_len() local
1455 const struct nlattr *actions, int len, in clone_execute()
1533 const struct nlattr *actions = da->actions; in process_deferred_actions() local
Dflow_netlink.c51 static bool actions_may_change_flow(const struct nlattr *actions) in actions_may_change_flow()
2441 const struct nlattr *probability, *actions; in validate_and_copy_sample() local
2508 const struct nlattr *a, *actions; in validate_and_copy_dec_ttl() local
3387 struct nlattr *actions; in sample_action_to_attr() local
Ddatapath.h141 const struct nlattr *actions; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.h15 void *actions; member
Dmod_hdr.c11 void *actions; member
/Linux-v5.15/lib/
Dnotifier-error-inject.h17 struct notifier_err_inject_action actions[]; member
Dasn1_decoder.c173 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c563 struct mlx5dr_action *actions[]) in dr_rule_add_action_members()
1066 struct mlx5dr_action *actions[]) in dr_rule_create_rule_nic()
1181 struct mlx5dr_action *actions[]) in dr_rule_create_rule_fdb()
1212 struct mlx5dr_action *actions[], in dr_rule_create_rule()
1273 struct mlx5dr_action *actions[], in mlx5dr_rule_create()
Ddr_action.c533 struct mlx5dr_action *actions[], in dr_action_print_sequence()
548 struct mlx5dr_action *actions[], in mlx5dr_actions_build_ste_arr()
1647 __be64 actions[], in dr_action_create_modify_action()
1712 __be64 actions[]) in mlx5dr_action_create_modify_header()
Dfs_dr.c237 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c172 struct flow_action *actions, in otx2_tc_validate_flow()
197 struct flow_action *actions = &cls->rule->action; in otx2_tc_egress_matchall_install() local
859 struct flow_action *actions = &cls->rule->action; in otx2_tc_ingress_matchall_install() local
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c492 struct flow_action *actions, in cxgb4_process_flow_actions()
683 struct flow_action *actions, in cxgb4_validate_flow_actions()
Dcxgb4_tc_matchall.c15 struct flow_action *actions = &cls->rule->action; in cxgb4_matchall_egress_validate() local
/Linux-v5.15/include/linux/
Dasn1_ber_bytecode.h24 const asn1_action_t *actions; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
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-v5.15/arch/arm/probes/kprobes/
Dcore.c53 const union decode_action *actions; in arch_prepare_kprobe() local

12