/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | mpls.c | 11 int act_index, in tc_act_can_offload_mpls_push() 51 int act_index, in tc_act_can_offload_mpls_pop() 65 if ((act_index == 1 && !parse_state->decap) || act_index > 1) { in tc_act_can_offload_mpls_pop() 9 tc_act_can_offload_mpls_push(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_mpls_push() argument 49 tc_act_can_offload_mpls_pop(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_mpls_pop() argument
|
H A D | mark.c | 10 int act_index, in tc_act_can_offload_mark() 8 tc_act_can_offload_mark(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_mark() argument
|
H A D | tun.c | 11 int act_index, in tc_act_can_offload_tun_encap() 9 tc_act_can_offload_tun_encap(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_tun_encap() argument
|
H A D | csum.c | 41 int act_index, in tc_act_can_offload_csum() 39 tc_act_can_offload_csum(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_csum() argument
|
H A D | mirred_nic.c | 10 int act_index, in tc_act_can_offload_mirred_nic() 8 tc_act_can_offload_mirred_nic(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_mirred_nic() argument
|
H A D | redirect_ingress.c | 10 int act_index, in tc_act_can_offload_redirect_ingress() 8 tc_act_can_offload_redirect_ingress(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_redirect_ingress() argument
|
H A D | act.h | 41 int act_index,
|
H A D | goto.c | 62 int act_index, in tc_act_can_offload_goto() 60 tc_act_can_offload_goto(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_goto() argument
|
H A D | police.c | 43 int act_index, in tc_act_can_offload_police() 41 tc_act_can_offload_police(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_police() argument
|
H A D | mirred.c | 103 int act_index, in tc_act_can_offload_mirred() 101 tc_act_can_offload_mirred(struct mlx5e_tc_act_parse_state *parse_state, const struct flow_action_entry *act, int act_index, struct mlx5_flow_attr *attr) tc_act_can_offload_mirred() argument
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 70 u32 act_index; member 124 tcf_exts_miss_cookie_lookup(u64 miss_cookie, int *act_index) in tcf_exts_miss_cookie_lookup() argument 128 *act_index = mc.act_index; in tcf_exts_miss_cookie_lookup() 144 static u64 tcf_exts_miss_cookie_get(u32 miss_cookie_base, int act_index) in tcf_exts_miss_cookie_get() argument 146 union tcf_exts_miss_cookie mc = { .act_index = act_index, }; in tcf_exts_miss_cookie_get() 1664 int act_index, in __tcf_classify() 1698 err = tcf_exts_exec_ex(skb, exts, act_index, res); in __tcf_classify() 1755 int act_index in tcf_classify() 1658 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, struct tcf_exts_miss_cookie_node *n, int act_index, u32 *last_executed_chain) __tcf_classify() argument [all...] |
H A D | act_api.c | 1765 u32 act_index = a->tcfa_index; in tcf_action_delete() local 1775 ret = tcf_idr_delete_index(idrinfo, act_index); in tcf_action_delete()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 344 tcf_exts_exec_ex(struct sk_buff *skb, struct tcf_exts *exts, int act_index, in tcf_exts_exec_ex() argument 348 return tcf_action_exec(skb, exts->actions + act_index, in tcf_exts_exec_ex() 349 exts->nr_actions - act_index, res); in tcf_exts_exec_ex()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 1374 u32 act_index = a->tcfa_index; in tcf_action_delete() local 1384 ret = tcf_idr_delete_index(idrinfo, act_index); in tcf_action_delete()
|