Searched refs:stats_update (Results 1 – 11 of 11) sorted by relevance
| /linux/include/net/ |
| A D | act_api.h | 126 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); member 291 if (!a->ops->stats_update) in tcf_action_stats_update() 294 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
| /linux/net/sched/ |
| A D | act_gact.c | 292 .stats_update = tcf_gact_stats_update,
|
| A D | act_sample.c | 323 .stats_update = tcf_sample_stats_update,
|
| A D | act_vlan.c | 426 .stats_update = tcf_vlan_stats_update,
|
| A D | act_skbedit.c | 421 .stats_update = tcf_skbedit_stats_update,
|
| A D | act_pedit.c | 616 .stats_update = tcf_pedit_stats_update,
|
| A D | act_police.c | 497 .stats_update = tcf_police_stats_update,
|
| A D | act_mirred.c | 629 .stats_update = tcf_stats_update,
|
| A D | act_gate.c | 643 .stats_update = tcf_gate_stats_update,
|
| A D | act_ct.c | 1632 .stats_update = tcf_stats_update,
|
| /linux/drivers/net/ethernet/mscc/ |
| A D | ocelot_flower.c | 989 goto stats_update; in ocelot_cls_flower_stats() 1007 stats_update: in ocelot_cls_flower_stats()
|
Completed in 19 milliseconds