Searched refs:tcf_action_exec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | act_api.h | 179 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions,
|
H A D | pkt_cls.h | 323 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | act_api.h | 204 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions,
|
H A D | pkt_cls.h | 338 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec() 348 return tcf_action_exec(skb, exts->actions + act_index, in tcf_exts_exec_ex()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 675 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() function 734 EXPORT_SYMBOL(tcf_action_exec); variable
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 1053 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() function 1113 EXPORT_SYMBOL(tcf_action_exec); variable
|
Completed in 11 milliseconds