Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h242 unsigned long last_rand; member
/linux/net/core/
H A Dneighbour.c992 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
995 WRITE_ONCE(tbl->last_rand, jiffies); in neigh_periodic_work()
1879 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2272 long rand_delta = now - READ_ONCE(tbl->last_rand); in neightbl_fill_info()