tcf_action_copy_stats
int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
if (tcf_action_copy_stats(skb, a, 0))
if (a != NULL && tcf_action_copy_stats(skb, a, 1) < 0)