/linux/tools/tracing/rtla/src/ ! |
H A D | actions.h | 35 struct actions { struct 45 void actions_init(struct actions *self); argument
|
/linux/net/sched/ ! |
H A D | act_api.c | 252 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex() local 1124 tcf_action_exec(struct sk_buff * skb,struct tc_action ** actions,int nr_actions,struct tcf_result * res) tcf_action_exec() argument 1187 tcf_action_destroy(struct tc_action * actions[],int bind) tcf_action_destroy() argument 1210 tcf_action_put_many(struct tc_action * actions[]) tcf_action_put_many() argument 1222 tca_put_bound_many(struct tc_action * actions[],int init_res[]) tca_put_bound_many() argument 1244 tcf_action_dump(struct sk_buff * skb,struct tc_action * actions[],int bind,int ref,bool terse) tcf_action_dump() argument 1313 tcf_idr_insert_many(struct tc_action * actions[],int init_res[]) tcf_idr_insert_many() argument 1465 tcf_action_init(struct net * net,struct tcf_proto * tp,struct nlattr * nla,struct nlattr * est,struct tc_action * actions[],int init_res[],size_t * attr_size,u32 flags,u32 fl_flags,struct netlink_ext_ack * extack) tcf_action_init() argument 1641 tca_get_fill(struct sk_buff * skb,struct tc_action * actions[],u32 portid,u32 seq,u16 flags,int event,int bind,int ref,struct netlink_ext_ack * extack) tca_get_fill() argument 1682 tcf_get_notify(struct net * net,u32 portid,struct nlmsghdr * n,struct tc_action * actions[],int event,struct netlink_ext_ack * extack) tcf_get_notify() argument 1820 tcf_action_delete(struct net * net,struct tc_action * actions[]) tcf_action_delete() argument 1853 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { tcf_reoffload_del_notify_msg() local 1954 tcf_del_notify_msg(struct net * net,struct nlmsghdr * n,struct tc_action * actions[],u32 portid,size_t attr_size,struct netlink_ext_ack * extack) tcf_del_notify_msg() argument 1975 tcf_del_notify(struct net * net,struct nlmsghdr * n,struct tc_action * actions[],u32 portid,size_t attr_size,struct netlink_ext_ack * extack) tcf_del_notify() argument 2010 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; tca_action_gd() local 2051 tcf_add_notify_msg(struct net * net,struct nlmsghdr * n,struct tc_action * actions[],u32 portid,size_t attr_size,struct netlink_ext_ack * extack) tcf_add_notify_msg() argument 2072 tcf_add_notify(struct net * net,struct nlmsghdr * n,struct tc_action * actions[],u32 portid,size_t attr_size,struct netlink_ext_ack * extack) tcf_add_notify() argument 2096 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; tcf_action_add() local [all...] |
/linux/tools/testing/selftests/powerpc/benchmarks/ ! |
H A D | context_switch.c | 164 struct actions { struct 418 struct actions *actions = &yield_actions; in main() local 165 setupactions global() argument 166 thread1actions global() argument 167 thread2actions global() argument [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ ! |
H A D | pat_arg.c | 39 bool mlx5hws_pat_require_reparse(__be64 *actions, u16 num_of_actions) in mlx5hws_pat_require_reparse() argument 102 __be64 actions[]) in mlx5hws_pat_compare_pattern() argument 131 __be64 *actions) in mlx5hws_pat_find_cached_pattern() argument 149 mlx5hws_pat_get_existing_cached_pattern(struct mlx5hws_pattern_cache * cache,u16 num_of_actions,__be64 * actions) mlx5hws_pat_get_existing_cached_pattern() argument 167 mlx5hws_pat_add_pattern_to_cache(struct mlx5hws_pattern_cache * cache,u32 pattern_id,u16 num_of_actions,__be64 * actions) mlx5hws_pat_add_pattern_to_cache() argument [all...] |
/linux/Documentation/driver-api/ ! |
H A D | libata.rst | 857 Clearing error conditionEH recovery actions global() argument 866 ResetEH recovery actions global() argument 959 Reconfigure transportEH recovery actions global() argument
|
/linux/arch/arm/probes/ ! |
H A D | decode-thumb.c | 863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn() argument 874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn() argument
|
H A D | decode-arm.c | 721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument
|
/linux/fs/ocfs2/dlm/ ! |
H A D | dlmunlock.c | 89 int actions = 0; in dlmunlock_common() local 529 dlm_get_cancel_actions(struct dlm_ctxt * dlm,struct dlm_lock_resource * res,struct dlm_lock * lock,struct dlm_lockstatus * lksb,int * actions) dlm_get_cancel_actions() argument 561 dlm_get_unlock_actions(struct dlm_ctxt * dlm,struct dlm_lock_resource * res,struct dlm_lock * lock,struct dlm_lockstatus * lksb,int * actions) dlm_get_unlock_actions() argument [all...] |
/linux/tools/perf/ ! |
H A D | builtin-config.c | 26 enum actions { enum 28 } actions; variable
|
/linux/net/openvswitch/ ! |
H A D | actions.c | 92 const struct nlattr *actions, in add_deferred_actions() argument 926 const struct nlattr *actions, int actions_len, in output_userspace() argument 989 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local 1007 struct nlattr *actions; sample() local 1048 struct nlattr *actions; clone() local 1204 const struct nlattr *actions, *cpl_arg; execute_check_pkt_len() local 1547 clone_execute(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,u32 recirc_id,const struct nlattr * actions,int len,bool last,bool clone_flow_key) clone_execute() argument 1624 const struct nlattr *actions = da->actions; process_deferred_actions() local [all...] |
H A D | datapath.h | 154 const struct nlattr *actions; member 196 const struct nlattr *actions; member
|
/linux/drivers/net/ethernet/broadcom/bnxt/ ! |
H A D | bnxt_tc.c | 68 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() argument 84 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan() argument 103 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set() argument 152 bnxt_fill_l2_rewrite_fields(struct bnxt_tc_actions * actions,u16 * eth_addr,u16 * eth_addr_mask) bnxt_fill_l2_rewrite_fields() argument 183 bnxt_tc_parse_pedit(struct bnxt * bp,struct bnxt_tc_actions * actions,struct flow_action_entry * act,int act_idx,u8 * eth_addr,u8 * eth_addr_mask) bnxt_tc_parse_pedit() argument 282 bnxt_tc_parse_actions(struct bnxt * bp,struct bnxt_tc_actions * actions,struct flow_action * flow_action,struct netlink_ext_ack * extack) bnxt_tc_parse_actions() argument 594 struct bnxt_tc_actions *actions = &flow->actions; bnxt_hwrm_cfa_flow_alloc() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ ! |
H A D | dr_rule.c | 590 struct mlx5dr_action *actions[]) in dr_rule_add_action_members() argument 1117 struct mlx5dr_action *actions[]) in dr_rule_create_rule_nic() argument 1259 struct mlx5dr_action *actions[]) in dr_rule_create_rule_fdb() argument 1290 dr_rule_create_rule(struct mlx5dr_matcher * matcher,struct mlx5dr_match_parameters * value,size_t num_actions,struct mlx5dr_action * actions[],u32 flow_source) dr_rule_create_rule() argument 1353 mlx5dr_rule_create(struct mlx5dr_matcher * matcher,struct mlx5dr_match_parameters * value,size_t num_actions,struct mlx5dr_action * actions[],u32 flow_source) mlx5dr_rule_create() argument [all...] |
H A D | dr_action.c | 666 struct mlx5dr_action *actions[], in dr_action_print_sequence() argument 758 struct mlx5dr_action *actions[], in mlx5dr_actions_build_ste_arr() argument 2010 dr_action_create_modify_action(struct mlx5dr_domain * dmn,size_t actions_sz,__be64 actions[],struct mlx5dr_action * action) dr_action_create_modify_action() argument 2068 mlx5dr_action_create_modify_header(struct mlx5dr_domain * dmn,u32 flags,size_t actions_sz,__be64 actions[]) mlx5dr_action_create_modify_header() argument [all...] |
/linux/lib/ ! |
H A D | notifier-error-inject.h | 17 struct notifier_err_inject_action actions[]; member
|
H A D | asn1_decoder.c | 173 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ ! |
H A D | mod_hdr.h | 18 void *actions; member
|
H A D | mod_hdr.c | 11 void *actions; member [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ ! |
H A D | smfs.c | 52 size_t num_actions, struct mlx5dr_action *actions[], in mlx5_smfs_rule_create() argument
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ ! |
H A D | ct_fs_smfs.c | 229 struct mlx5dr_action *actions[5]; in mlx5_ct_fs_smfs_ct_rule_add() local 305 struct mlx5dr_action *actions[3]; /* We only need to create 3 actions, see below. */ in mlx5_ct_fs_smfs_ct_rule_update() local [all...] |
/linux/drivers/gpu/drm/i915/gt/uc/ ! |
H A D | intel_gsc_uc.c | 21 u32 actions; in gsc_work() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ ! |
H A D | act.h | 19 u32 actions; member
|
/linux/include/linux/ ! |
H A D | asn1_ber_bytecode.h | 24 const asn1_action_t *actions; member
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ ! |
H A D | spectrum_dpipe.c | 936 struct devlink_dpipe_action *actions) in mlxsw_sp_dpipe_table_adj_match_action_prepare() argument 972 struct devlink_dpipe_action *actions) in mlxsw_sp_dpipe_table_adj_entry_prepare() argument 1150 struct devlink_dpipe_action actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_COUNT]; in mlxsw_sp_dpipe_table_adj_entries_dump() local [all...] |
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ ! |
H A D | otx2_tc.c | 178 struct flow_action *actions, in otx2_tc_validate_flow() argument 237 struct flow_action *actions = &cls->rule->action; in otx2_tc_egress_matchall_install() local 1430 struct flow_action *actions = &cls->rule->action; in otx2_tc_ingress_matchall_install() local
|