Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/ !
H A Din6_rmx.c658 static int rtq_timeout = RTQ_TIMEOUT; variable
680 __func__, rtq_timeout); in in6_rtqtimo()
684 arg.nextstop = timenow + rtq_timeout; in in6_rtqtimo()
700 ((timenow - last_adjusted_timeout) >= (uint64_t)rtq_timeout) && in in6_rtqtimo()
739 tv.tv_sec = MAX(rtq_timeout / 10, 1); in in6_sched_rtqtimo()
/xnu-8796.121.2/bsd/netinet/ !
H A Din_rmx.c569 static int rtq_timeout = RTQ_TIMEOUT; variable
591 __func__, rtq_timeout); in in_rtqtimo()
595 arg.nextstop = timenow + rtq_timeout; in in_rtqtimo()
611 ((timenow - last_adjusted_timeout) >= (uint64_t)rtq_timeout) && in in_rtqtimo()
650 tv.tv_sec = MAX(rtq_timeout / 10, 1); in in_sched_rtqtimo()