Home
last modified time | relevance | path

Searched refs:last_rand (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h225 unsigned long last_rand; member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h233 unsigned long last_rand; member
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c911 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
914 WRITE_ONCE(tbl->last_rand, jiffies); in neigh_periodic_work()
1741 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2081 long rand_delta = now - READ_ONCE(tbl->last_rand); in neightbl_fill_info()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c964 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) { in neigh_periodic_work()
967 WRITE_ONCE(tbl->last_rand, jiffies); in neigh_periodic_work()
1827 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
2188 long rand_delta = now - READ_ONCE(tbl->last_rand); in neightbl_fill_info()

Completed in 12 milliseconds