Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Ddrop_monitor.c86 struct timer_list send_timer; member
170 mod_timer(&data->send_timer, jiffies + HZ / 10); in reset_per_cpu_data()
211 struct per_cpu_dm_data *data = from_timer(data, t, send_timer); in sched_send_work()
257 if (!timer_pending(&data->send_timer)) { in trace_drop_common()
258 data->send_timer.expires = jiffies + dm_delay * HZ; in trace_drop_common()
259 add_timer(&data->send_timer); in trace_drop_common()
316 mod_timer(&hw_data->send_timer, jiffies + HZ / 10); in net_dm_hw_reset_per_cpu_data()
476 if (!timer_pending(&hw_data->send_timer)) { in net_dm_hw_trap_summary_probe()
477 hw_data->send_timer.expires = jiffies + dm_delay * HZ; in net_dm_hw_trap_summary_probe()
478 add_timer(&hw_data->send_timer); in net_dm_hw_trap_summary_probe()
[all …]