Searched refs:tcf_action_dump_1 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/net/sched/ |
D | act_police.c | 76 err = tcf_action_dump_1(skb, a, 0, 1); in tcf_act_police_walker() 78 err = tcf_action_dump_1(skb, a, 0, 0); in tcf_act_police_walker()
|
D | act_api.c | 97 err = tcf_action_dump_1(skb, a, 0, 0); in tcf_dump_walker() 431 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1() function 456 EXPORT_SYMBOL(tcf_action_dump_1); 470 err = tcf_action_dump_1(skb, a, bind, ref); in tcf_action_dump()
|
/linux-3.4.99/include/net/ |
D | act_api.h | 123 extern int tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int, int);
|