Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dact_api.h121 extern int tcf_action_dump(struct sk_buff *skb, struct tc_action *a, int, int);
/linux-3.4.99/net/sched/
Dact_api.c459 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()
Dcls_api.c577 if (tcf_action_dump(skb, exts->action, 0, 0) < 0) in tcf_exts_dump()