Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dneighbour.h233 unsigned long last_rand; member
/Linux-v6.1/net/core/
Dneighbour.c977 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
979 tbl->last_rand = jiffies; in neigh_periodic_work()
1825 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2185 long rand_delta = now - tbl->last_rand; in neightbl_fill_info()