Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Ddrop_monitor.c84 struct timer_list send_timer; member
167 mod_timer(&data->send_timer, jiffies + HZ / 10); in reset_per_cpu_data()
208 struct per_cpu_dm_data *data = from_timer(data, t, send_timer); in sched_send_work()
254 if (!timer_pending(&data->send_timer)) { in trace_drop_common()
255 data->send_timer.expires = jiffies + dm_delay * HZ; in trace_drop_common()
256 add_timer(&data->send_timer); in trace_drop_common()
312 mod_timer(&hw_data->send_timer, jiffies + HZ / 10); in net_dm_hw_reset_per_cpu_data()
472 if (!timer_pending(&hw_data->send_timer)) { in net_dm_hw_trap_summary_probe()
473 hw_data->send_timer.expires = jiffies + dm_delay * HZ; in net_dm_hw_trap_summary_probe()
474 add_timer(&hw_data->send_timer); in net_dm_hw_trap_summary_probe()
[all …]