Searched refs:tcf_action_dump (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/net/ |
D | act_api.h | 127 int tcf_action_dump(struct sk_buff *skb, struct list_head *, int, int);
|
/linux-4.1.27/net/sched/ |
D | act_api.c | 461 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() function 662 if (tcf_action_dump(skb, actions, bind, ref) < 0) in tca_get_fill()
|
D | cls_api.c | 588 if (tcf_action_dump(skb, &exts->actions, 0, 0) < 0) in tcf_exts_dump()
|