Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/ !
H A Dnd6.c193 static int nd6_timeout_run; /* nd6_timeout is scheduled to run */ variable
1796 nd6_timeout_run--; in nd6_timeout()
1797 VERIFY(nd6_timeout_run >= 0 && nd6_timeout_run < 2); in nd6_timeout()
1838 if (nd6_timeout_run == 0) { in nd6_sched_timeout()
1856 nd6_timeout_run++; in nd6_sched_timeout()
1858 } else if (nd6_timeout_run == 1 && ltv == NULL && in nd6_sched_timeout()
1866 nd6_timeout_run++; in nd6_sched_timeout()
1872 __func__, nd6_timeout_run, nd6_fast_timer_on, in nd6_sched_timeout()
1878 nd6_timeout_run, nd6_fast_timer_on, in nd6_sched_timeout()