Searched refs:stats_update (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | act_api.h | 102 void (*stats_update)(struct tc_action *, u64, u32, u64, bool); member 202 if (!a->ops->stats_update) in tcf_action_stats_update() 205 a->ops->stats_update(a, bytes, packets, lastuse, hw); in tcf_action_stats_update()
|
| /Linux-v5.4/net/sched/ |
| D | act_gact.c | 268 .stats_update = tcf_gact_stats_update,
|
| D | act_vlan.c | 341 .stats_update = tcf_vlan_stats_update,
|
| D | act_mirred.c | 446 .stats_update = tcf_stats_update,
|
| D | act_police.c | 379 .stats_update = tcf_police_stats_update,
|
| D | act_ct.c | 926 .stats_update = tcf_stats_update,
|