Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Daddrconf.h21 #define ADDRCONF_TIMER_FUZZ (HZ / 4) macro
/kernel/linux/linux-6.6/include/net/
H A Daddrconf.h21 #define ADDRCONF_TIMER_FUZZ (HZ / 4) macro
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c787 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ)) in check_lifetime()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c791 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ)) in check_lifetime()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c4600 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ)) in addrconf_verify_rtnl()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c4664 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ)) in addrconf_verify_rtnl()

Completed in 32 milliseconds