Searched refs:mint (Results 1 - 1 of 1) sorted by path

/linux-master/net/core/
H A Dneighbour.c304 unsigned long mint = jiffies - (LONG_MAX - 86400 * HZ); local
307 if (!time_in_range(n->confirmed, mint, jiffies))
308 n->confirmed = mint;

Completed in 318 milliseconds