Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dact_api.h257 int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
/linux-6.1.9/net/sched/
Dact_api.c491 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
Dcls_api.c3203 if (a != NULL && tcf_action_copy_stats(skb, a, 1) < 0) in tcf_exts_dump_stats()