Home
last modified time | relevance | path

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

/xnu-10002.61.3/tools/lldbmacros/
H A Dnetdefines.py108 IN6IFA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1094 while (cnt < IN6IFA_TRACE_HIST_SIZE):
1108 while (cnt < IN6IFA_TRACE_HIST_SIZE):
/xnu-10002.61.3/bsd/netinet6/
H A Din6.c237 #define IN6IFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
240 __private_extern__ unsigned int in6ifa_trace_hist_size = IN6IFA_TRACE_HIST_SIZE;
255 ctrace_t in6ifa_refhold[IN6IFA_TRACE_HIST_SIZE];
256 ctrace_t in6ifa_refrele[IN6IFA_TRACE_HIST_SIZE];
4357 idx = os_atomic_inc_orig(cnt, relaxed) % IN6IFA_TRACE_HIST_SIZE; in in6_ifaddr_trace()