Searched refs:tc_act (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | act.c | 92 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-v6.6/net/sched/ |
D | act_police.c | 407 static int tcf_police_act_to_flow_act(int tc_act, u32 *extval, in tcf_police_act_to_flow_act() argument 412 if (!TC_ACT_EXT_OPCODE(tc_act)) { in tcf_police_act_to_flow_act() 413 if (tc_act == TC_ACT_OK) in tcf_police_act_to_flow_act() 415 else if (tc_act == TC_ACT_SHOT) in tcf_police_act_to_flow_act() 417 else if (tc_act == TC_ACT_PIPE) in tcf_police_act_to_flow_act() 419 else if (tc_act == TC_ACT_RECLASSIFY) in tcf_police_act_to_flow_act() 423 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_GOTO_CHAIN)) { in tcf_police_act_to_flow_act() 425 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act() 426 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_JUMP)) { in tcf_police_act_to_flow_act() 428 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act() [all …]
|
D | act_api.c | 1079 ret = tc_act(skb, a, res); in tcf_action_exec()
|
/Linux-v6.6/include/net/ |
D | tc_wrapper.h | 46 static inline int tc_act(struct sk_buff *skb, const struct tc_action *a, in tc_act() function 218 static inline int tc_act(struct sk_buff *skb, const struct tc_action *a, in tc_act() function
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3784 dec_jump_count(struct flow_action_entry *act, struct mlx5e_tc_act *tc_act, in dec_jump_count() argument 3809 if (tc_act->is_terminating_action) { /* the branch ends here */ in dec_jump_count() 3828 parse_branch_ctrl(struct flow_action_entry *act, struct mlx5e_tc_act *tc_act, in parse_branch_ctrl() argument 3837 if (!tc_act->get_branch_ctrl) in parse_branch_ctrl() 3840 tc_act->get_branch_ctrl(act, &cond_true, &cond_false); in parse_branch_ctrl() 3884 struct mlx5e_tc_act *tc_act; in parse_tc_actions() local 3896 tc_act = mlx5e_tc_act_get(act->id, ns_type); in parse_tc_actions() 3897 if (!tc_act) { in parse_tc_actions() 3903 if (tc_act->can_offload && !tc_act->can_offload(parse_state, act, i, attr)) { in parse_tc_actions() 3908 err = tc_act->parse_action(parse_state, act, priv, attr); in parse_tc_actions() [all …]
|
/Linux-v6.6/ |
D | MAINTAINERS | 20956 F: include/net/tc_act/ 20959 F: include/uapi/linux/tc_act/
|