Searched refs:stats_update (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/net/
H A Dact_api.h126 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); member in struct:tc_action_ops
291 if (!a->ops->stats_update)
294 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw);
/linux-master/net/sched/
H A Dact_gact.c292 .stats_update = tcf_gact_stats_update,
H A Dact_skbedit.c421 .stats_update = tcf_skbedit_stats_update,
H A Dact_vlan.c425 .stats_update = tcf_vlan_stats_update,
H A Dact_sample.c311 .stats_update = tcf_sample_stats_update,
H A Dact_pedit.c616 .stats_update = tcf_pedit_stats_update,
H A Dact_police.c497 .stats_update = tcf_police_stats_update,
H A Dact_mirred.c629 .stats_update = tcf_stats_update,
H A Dact_gate.c643 .stats_update = tcf_gate_stats_update,
H A Dact_ct.c1599 .stats_update = tcf_stats_update,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c989 goto stats_update;
1007 stats_update:

Completed in 218 milliseconds