Searched refs:tcf_action_dump (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | act_api.h | 139 int tcf_action_dump(struct sk_buff *skb, struct list_head *, int, int);
|
/linux-4.4.14/net/sched/ |
D | act_api.c | 479 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() function 680 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()
|