Searched refs:in6_ifstat (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_ifattach.c96 sizeof(void *) + sizeof(struct in6_ifstat) + sizeof(uint64_t)
100 struct in6_ifstat **in6_ifstat = NULL; variable in typeref:struct:in6_ifstat
759 * struct in6_ifstat **in6_ifstat
762 if (in6_ifstat == NULL || icmp6_ifstat == NULL ||
768 /* grow in6_ifstat */
773 n = if_indexlim * sizeof(struct in6_ifstat *);
779 if (in6_ifstat) {
780 bcopy((caddr_t)in6_ifstat,
[all...]
H A Din6_var.h187 struct in6_ifstat { struct
314 struct in6_ifstat ifru_stat;
648 extern struct in6_ifstat **in6_ifstat;
660 && in6_ifstat && in6_ifstat[_z_index]) { \
661 atomic_add_64(&in6_ifstat[_z_index]->tag, 1); \
H A Din6.c1005 if (in6_ifstat == NULL || index >= in6_ifstatmax ||
1006 in6_ifstat[index] == NULL) {
1011 bcopy(in6_ifstat[index], &ifr->ifr_ifru.ifru_stat,
H A Dip6_input.c191 _CASSERT(!(offsetof(struct in6_ifstat, f) % sizeof (uint64_t)))

Completed in 37 milliseconds