Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h231 unsigned long last_rand; member
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c924 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
926 tbl->last_rand = jiffies; in neigh_periodic_work()
1749 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2086 long rand_delta = now - tbl->last_rand; in neightbl_fill_info()