Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dact_api.h98 void (*stats_update)(struct tc_action *, u64, u32, u64); member
189 if (!a->ops->stats_update) in tcf_action_stats_update()
192 a->ops->stats_update(a, bytes, packets, lastuse); in tcf_action_stats_update()
/Linux-v4.19/net/sched/
Dact_gact.c251 .stats_update = tcf_gact_stats_update,
Dact_mirred.c403 .stats_update = tcf_stats_update,