Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dnetdefines.py108 IN6IFA_TRACE_HIST_SIZE = 32 variable
H A Dnet.py1092 while (cnt < IN6IFA_TRACE_HIST_SIZE):
1106 while (cnt < IN6IFA_TRACE_HIST_SIZE):
/xnu-8020.101.4/bsd/netinet6/
H A Din6.c240 #define IN6IFA_TRACE_HIST_SIZE 32 /* size of trace history */ macro
243 __private_extern__ unsigned int in6ifa_trace_hist_size = IN6IFA_TRACE_HIST_SIZE;
258 ctrace_t in6ifa_refhold[IN6IFA_TRACE_HIST_SIZE];
259 ctrace_t in6ifa_refrele[IN6IFA_TRACE_HIST_SIZE];
4329 idx = atomic_add_16_ov(cnt, 1) % IN6IFA_TRACE_HIST_SIZE; in in6_ifaddr_trace()