Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_fdb.c305 unsigned long this_timer; in br_fdb_cleanup() local
310 this_timer = f->updated + delay; in br_fdb_cleanup()
311 if (time_before_eq(this_timer, jiffies)) in br_fdb_cleanup()
313 else if (time_before(this_timer, next_timer)) in br_fdb_cleanup()
314 next_timer = this_timer; in br_fdb_cleanup()
/linux-4.4.14/drivers/net/
Dtun.c366 unsigned long this_timer; in tun_flow_cleanup() local
368 this_timer = e->updated + delay; in tun_flow_cleanup()
369 if (time_before_eq(this_timer, jiffies)) in tun_flow_cleanup()
371 else if (time_before(this_timer, next_timer)) in tun_flow_cleanup()
372 next_timer = this_timer; in tun_flow_cleanup()