Home
last modified time | relevance | path

Searched refs:ADDRCONF_TIMER_FUZZ_MAX (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Daddrconf.h22 #define ADDRCONF_TIMER_FUZZ_MAX (HZ) macro
/kernel/linux/linux-6.6/include/net/
H A Daddrconf.h22 #define ADDRCONF_TIMER_FUZZ_MAX (HZ) macro
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c791 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */ in check_lifetime()
792 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
793 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c795 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */ in check_lifetime()
796 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
797 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c4603 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */ in addrconf_verify_rtnl()
4604 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4605 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c4667 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */ in addrconf_verify_rtnl()
4668 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4669 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()

Completed in 23 milliseconds