Lines Matching defs:ip6stat
1480 struct ip6stat *ip6stat;
1483 CTASSERT(sizeof(*ip6stat) == (ip6s_ncounters * sizeof(uint64_t)));
1485 ip6stat = malloc(sizeof(*ip6stat), M_TEMP, M_WAITOK);
1486 counters_read(ip6counters, (uint64_t *)ip6stat, ip6s_ncounters, NULL);
1488 ip6stat, sizeof(*ip6stat));
1489 free(ip6stat, M_TEMP, sizeof(*ip6stat));