Home
last modified time | relevance | path

Searched refs:ADDRCONF_TIMER_FUZZ_MAX (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Daddrconf.h22 #define ADDRCONF_TIMER_FUZZ_MAX (HZ) macro
/Linux-v6.1/net/ipv4/
Ddevinet.c792 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
793 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
/Linux-v6.1/net/ipv6/
Daddrconf.c4610 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4611 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()