Home
last modified time | relevance | path

Searched refs:tc_act (Results 1 – 6 of 6) 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/tools/net/ynl/
H A DMakefile.deps47 $(call get_hdr_inc,_TC_CT_H,tc_act/tc_ct.h) \
48 $(call get_hdr_inc,_TC_MIRRED_H,tc_act/tc_mirred.h) \
49 $(call get_hdr_inc,_TC_SKBEDIT_H,tc_act/tc_skbedit.h) \
50 $(call get_hdr_inc,_TC_TUNNEL_KEY_H,tc_act/tc_tunnel_key.h)
/linux/net/sched/
H A Dact_police.c405 static int tcf_police_act_to_flow_act(int tc_act, u32 *extval, in tcf_police_act_to_flow_act() argument
410 if (!TC_ACT_EXT_OPCODE(tc_act)) { in tcf_police_act_to_flow_act()
411 if (tc_act == TC_ACT_OK) in tcf_police_act_to_flow_act()
413 else if (tc_act == TC_ACT_SHOT) in tcf_police_act_to_flow_act()
415 else if (tc_act == TC_ACT_PIPE) in tcf_police_act_to_flow_act()
417 else if (tc_act == TC_ACT_RECLASSIFY) in tcf_police_act_to_flow_act()
421 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_GOTO_CHAIN)) { in tcf_police_act_to_flow_act()
423 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act()
424 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_JUMP)) { in tcf_police_act_to_flow_act()
426 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act()
[all …]
H A Dact_api.c1152 ret = tc_act(skb, a, res); in tcf_action_exec()
/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/
H A DMAINTAINERS25466 F: include/net/tc_act/
25469 F: include/uapi/linux/tc_act/