Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dact_api.h258 int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
/openbmc/linux/net/sched/
H A Dact_api.c485 if (tcf_action_copy_stats(skb, a, 0)) in tcf_action_dump_terse()
1548 int tcf_action_copy_stats(struct sk_buff *skb, struct tc_action *p, in tcf_action_copy_stats() function
H A Dcls_api.c3425 if (a != NULL && tcf_action_copy_stats(skb, a, 1) < 0) in tcf_exts_dump_stats()