Searched refs:IN6IFA_TRACE_HIST_SIZE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py77 IN6IFA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py974 while (cnt < IN6IFA_TRACE_HIST_SIZE):
988 while (cnt < IN6IFA_TRACE_HIST_SIZE):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6.c226 #define IN6IFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
229 __private_extern__ unsigned int in6ifa_trace_hist_size = IN6IFA_TRACE_HIST_SIZE;
244 ctrace_t in6ifa_refhold[IN6IFA_TRACE_HIST_SIZE];
245 ctrace_t in6ifa_refrele[IN6IFA_TRACE_HIST_SIZE];
4166 idx = atomic_add_16_ov(cnt, 1) % IN6IFA_TRACE_HIST_SIZE;

Completed in 100 milliseconds