Home
last modified time | relevance | path

Searched refs:tc_act (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.c92 struct mlx5e_tc_act *tc_act; in mlx5e_tc_act_post_parse() local
104 tc_act = mlx5e_tc_act_get(act->id, ns_type); in mlx5e_tc_act_post_parse()
105 if (!tc_act || !tc_act->post_parse) in mlx5e_tc_act_post_parse()
108 err = tc_act->post_parse(parse_state, priv, attr); in mlx5e_tc_act_post_parse()
/linux/include/net/
H A Dtc_wrapper.h46 static inline int tc_act(struct sk_buff *skb, const struct tc_action *a, in tc_act() function
214 static inline int tc_act(struct sk_buff *skb, const struct tc_action *a, in tc_act() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3927 dec_jump_count(struct flow_action_entry *act, struct mlx5e_tc_act *tc_act, in dec_jump_count() argument
3952 if (tc_act->is_terminating_action) { /* the branch ends here */ in dec_jump_count()
3971 parse_branch_ctrl(struct flow_action_entry *act, struct mlx5e_tc_act *tc_act, in parse_branch_ctrl() argument
3980 if (!tc_act->get_branch_ctrl) in parse_branch_ctrl()
3983 tc_act->get_branch_ctrl(act, &cond_true, &cond_false); in parse_branch_ctrl()
4027 struct mlx5e_tc_act *tc_act; in parse_tc_actions() local
4039 tc_act = mlx5e_tc_act_get(act->id, ns_type); in parse_tc_actions()
4040 if (!tc_act) { in parse_tc_actions()
4046 if (tc_act->can_offload && !tc_act->can_offload(parse_state, act, i, attr)) { in parse_tc_actions()
4051 err = tc_act->parse_action(parse_state, act, priv, attr); in parse_tc_actions()
[all …]
/linux/
H A DMAINTAINERS22856 F: include/net/tc_act/
22859 F: include/uapi/linux/tc_act/