Home
last modified time | relevance | path

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

/linux/include/net/
H A Dact_api.h135 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); member
312 if (!a->ops->stats_update) in tcf_action_stats_update()
315 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
/linux/net/sched/
H A Dact_gact.c297 .stats_update = tcf_gact_stats_update,
H A Dact_sample.c323 .stats_update = tcf_sample_stats_update,
H A Dact_vlan.c424 .stats_update = tcf_vlan_stats_update,
H A Dact_skbedit.c423 .stats_update = tcf_skbedit_stats_update,
H A Dact_mirred.c669 .stats_update = tcf_stats_update,
H A Dact_police.c501 .stats_update = tcf_police_stats_update,
H A Dact_pedit.c634 .stats_update = tcf_pedit_stats_update,
H A Dact_gate.c744 .stats_update = tcf_gate_stats_update,
H A Dact_ct.c1668 .stats_update = tcf_stats_update,
/linux/drivers/scsi/
H A Dscsi_transport_fc.c745 void (*stats_update)(u16 event_type, in fc_fpin_pname_stats_update()
766 stats_update(event_type, &rport->fpin_stats); in fc_fpin_pname_stats_update()