Searched refs:stats_update (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | act_api.h | 109 void (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool); member 249 if (!a->ops->stats_update) in tcf_action_stats_update() 252 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ssv_ht_rc.c | 216 mi->stats_update = jiffies; in rate_control_ht_sample() 489 mi->stats_update = jiffies; in ssv62xx_ht_rc_caps() 614 if (time_after(jiffies, mi->stats_update + period)) { in ssv6xxx_ht_report_handler() 619 if (time_after(jiffies, mi->stats_update + period)) { in ssv6xxx_ht_report_handler() 634 mi->stats_update = jiffies; in ssv6xxx_ht_report_handler()
|
| H A D | ssv_rc_common.h | 155 unsigned long stats_update; member
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_gact.c | 260 .stats_update = tcf_gact_stats_update,
|
| H A D | act_skbedit.c | 335 .stats_update = tcf_skbedit_stats_update,
|
| H A D | act_vlan.c | 380 .stats_update = tcf_vlan_stats_update,
|
| H A D | act_mirred.c | 449 .stats_update = tcf_stats_update,
|
| H A D | act_police.c | 385 .stats_update = tcf_police_stats_update,
|
| H A D | act_pedit.c | 517 .stats_update = tcf_pedit_stats_update,
|
| H A D | act_gate.c | 609 .stats_update = tcf_gate_stats_update,
|
| H A D | act_ct.c | 1499 .stats_update = tcf_stats_update,
|