Home
last modified time | relevance | path

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

/linux/include/net/
A Dneighbour.h228 unsigned long last_rand; member
/linux/net/core/
A Dneighbour.c934 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
936 tbl->last_rand = jiffies; in neigh_periodic_work()
1771 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2132 long rand_delta = now - tbl->last_rand; in neightbl_fill_info()

Completed in 11 milliseconds