Home
last modified time | relevance | path

Searched refs:nd6_sched_timeout_want (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6.c195 int nd6_sched_timeout_want; /* demand count for timer to be sched */ variable
1814 if (sarg.aging_lazy > 0 || sarg.aging > 0 || nd6_sched_timeout_want) { in nd6_timeout()
1857 nd6_sched_timeout_want); in nd6_sched_timeout()
1865 (uint64_t)ltv->tv_usec, nd6_sched_timeout_want); in nd6_sched_timeout()
1871 nd6_sched_timeout_want = 0; in nd6_sched_timeout()
1877 nd6_sched_timeout_want); in nd6_sched_timeout()
1879 nd6_sched_timeout_want = 0; in nd6_sched_timeout()
2744 if (nd6_sched_timeout_want) { in nd6_rtrequest()
H A Dnd6.h869 extern int nd6_sched_timeout_want;
H A Dnd6_rtr.c2178 ++nd6_sched_timeout_want; in defrtrlist_update_common()
2365 ++nd6_sched_timeout_want; in nd6_prelist_add()
H A Din6.c2350 ++nd6_sched_timeout_want; in in6_ifaupdate_aux()
/xnu-12377.1.9/bsd/net/
H A Droute.c3197 if (nd6_sched_timeout_want) { in rt_lookup_common()