Searched refs:tcf_action_dump (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/include/net/ |
D | act_api.h | 121 extern int tcf_action_dump(struct sk_buff *skb, struct tc_action *a, int, int);
|
/linux-3.4.99/net/sched/ |
D | act_api.c | 459 tcf_action_dump(struct sk_buff *skb, struct tc_action *act, int bind, int ref) in tcf_action_dump() function 663 if (tcf_action_dump(skb, a, bind, ref) < 0) in tca_get_fill() 929 if (tcf_action_dump(skb, a, 0, 0) < 0) in tcf_add_notify()
|
D | cls_api.c | 577 if (tcf_action_dump(skb, exts->action, 0, 0) < 0) in tcf_exts_dump()
|