Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Daddrconf.h20 #define ADDRCONF_TIMER_FUZZ_MAX (HZ) macro
/linux-4.1.27/net/ipv4/
Ddevinet.c711 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
712 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
/linux-4.1.27/net/ipv6/
Daddrconf.c3948 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
3949 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()