Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dact_api.h142 int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
/linux-4.4.14/net/sched/
Dact_api.c461 if (tcf_action_copy_stats(skb, a, 0)) in tcf_action_dump_1()
616 int tcf_action_copy_stats(struct sk_buff *skb, struct tc_action *a, in tcf_action_copy_stats() function
Dcls_api.c617 if (a != NULL && tcf_action_copy_stats(skb, a, 1) < 0) in tcf_exts_dump_stats()