Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dact_api.h127 int tcf_action_dump(struct sk_buff *skb, struct list_head *, int, int);
/linux-4.1.27/net/sched/
Dact_api.c461 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()
Dcls_api.c588 if (tcf_action_dump(skb, &exts->actions, 0, 0) < 0) in tcf_exts_dump()