Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dtun.c396 unsigned long this_timer; in tun_flow_cleanup() local
398 this_timer = e->updated + delay; in tun_flow_cleanup()
399 if (time_before_eq(this_timer, jiffies)) { in tun_flow_cleanup()
404 if (time_before(this_timer, next_timer)) in tun_flow_cleanup()
405 next_timer = this_timer; in tun_flow_cleanup()