Searched refs:tc_act (Results 1 - 25 of 132) sorted by relevance
123456
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A 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()
|
H A D | csum.c | 4 #include <linux/tc_act/tc_csum.h>
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_police.c | 22 #include <net/tc_act/tc_police.h> 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_JUM in tcf_police_act_to_flow_act() [all...] |
H A D | act_meta_skbprio.c | 18 #include <uapi/linux/tc_act/tc_ife.h> 19 #include <net/tc_act/tc_ife.h>
|
H A D | act_meta_skbtcindex.c | 18 #include <uapi/linux/tc_act/tc_ife.h> 19 #include <net/tc_act/tc_ife.h>
|
H A D | act_meta_mark.c | 18 #include <uapi/linux/tc_act/tc_ife.h> 19 #include <net/tc_act/tc_ife.h>
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_meta_skbprio.c | 18 #include <uapi/linux/tc_act/tc_ife.h> 19 #include <net/tc_act/tc_ife.h>
|
H A D | act_meta_skbtcindex.c | 18 #include <uapi/linux/tc_act/tc_ife.h> 19 #include <net/tc_act/tc_ife.h>
|
H A D | act_meta_mark.c | 18 #include <uapi/linux/tc_act/tc_ife.h> 19 #include <net/tc_act/tc_ife.h>
|
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_skbmod.h | 10 #include <linux/tc_act/tc_skbmod.h>
|
H A D | tc_sample.h | 6 #include <linux/tc_act/tc_sample.h>
|
H A D | tc_csum.h | 7 #include <linux/tc_act/tc_csum.h>
|
H A D | tc_gact.h | 6 #include <linux/tc_act/tc_gact.h>
|
H A D | tc_vlan.h | 10 #include <linux/tc_act/tc_vlan.h>
|
H A D | tc_pedit.h | 6 #include <linux/tc_act/tc_pedit.h>
|
H A D | tc_mirred.h | 6 #include <linux/tc_act/tc_mirred.h>
|
H A D | tc_skbedit.h | 12 #include <linux/tc_act/tc_skbedit.h>
|
/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_skbmod.h | 10 #include <linux/tc_act/tc_skbmod.h>
|
H A D | tc_csum.h | 7 #include <linux/tc_act/tc_csum.h>
|
H A D | tc_sample.h | 6 #include <linux/tc_act/tc_sample.h>
|
H A D | tc_gact.h | 6 #include <linux/tc_act/tc_gact.h>
|
H A D | tc_mirred.h | 6 #include <linux/tc_act/tc_mirred.h>
|
/kernel/linux/linux-6.6/include/net/ |
H A 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 7 #include <net/tc_act/tc_csum.h> 8 #include <net/tc_act/tc_gact.h> 9 #include <net/tc_act/tc_mirred.h> 10 #include <net/tc_act/tc_mpls.h> 11 #include <net/tc_act/tc_pedit.h> 12 #include <net/tc_act/tc_vlan.h> 13 #include <net/tc_act/tc_tunnel_key.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 7 #include <net/tc_act/tc_csum.h> 8 #include <net/tc_act/tc_gact.h> 9 #include <net/tc_act/tc_mirred.h> 10 #include <net/tc_act/tc_mpls.h> 11 #include <net/tc_act/tc_pedit.h> 12 #include <net/tc_act/tc_vlan.h> 13 #include <net/tc_act/tc_tunnel_key.h>
|
Completed in 10 milliseconds
123456