Home
last modified time | relevance | path

Searched refs:tcf_action_dump_1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/
Dact_api.h180 int tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int, int);
/Linux-v4.19/net/sched/
Dact_api.c221 err = tcf_action_dump_1(skb, p, 0, 0); in tcf_dump_walker()
701 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() function
736 EXPORT_SYMBOL(tcf_action_dump_1);
750 err = tcf_action_dump_1(skb, a, bind, ref); in tcf_action_dump()