Searched refs:tcf_action_copy_stats (Results 1 – 3 of 3) sorted by relevance
257 int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
491 if (tcf_action_copy_stats(skb, a, 0)) in tcf_action_dump_terse()1532 int tcf_action_copy_stats(struct sk_buff *skb, struct tc_action *p, in tcf_action_copy_stats() function
3203 if (a != NULL && tcf_action_copy_stats(skb, a, 1) < 0) in tcf_exts_dump_stats()