Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Ddevinet.c820 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
821 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
/linux/net/ipv6/
H A Daddrconf.c4716 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4717 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()