Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Daddrconf.h22 #define ADDRCONF_TIMER_FUZZ_MAX (HZ) macro
/openbmc/linux/net/ipv4/
H A Ddevinet.c807 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
808 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
/openbmc/linux/net/ipv6/
H A Daddrconf.c4691 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */ in addrconf_verify_rtnl()
4692 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4693 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()