Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dneighbour.h233 unsigned long last_rand; member
/Linux-v6.6/net/core/
Dneighbour.c957 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
960 WRITE_ONCE(tbl->last_rand, jiffies); in neigh_periodic_work()
1820 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2181 long rand_delta = now - READ_ONCE(tbl->last_rand); in neightbl_fill_info()