Home
last modified time | relevance | path

Searched refs:tcf_action_dump_old (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/net/
Dact_api.h218 int tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int, int);
/linux-6.1.9/net/sched/
Dact_api.c1161 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() function
1199 err = tcf_action_dump_old(skb, a, bind, ref); in tcf_action_dump_1()
Dcls_api.c3157 if (tcf_action_dump_old(skb, act, 0, 0) < 0) in tcf_exts_dump()