Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dtun.c457 unsigned long this_timer; in tun_flow_cleanup() local
459 this_timer = e->updated + delay; in tun_flow_cleanup()
460 if (time_before_eq(this_timer, jiffies)) { in tun_flow_cleanup()
465 if (time_before(this_timer, next_timer)) in tun_flow_cleanup()
466 next_timer = this_timer; in tun_flow_cleanup()