OVPN_COUNTER_SIZE
counter_u64_t counters[OVPN_COUNTER_SIZE];
COUNTER_ARRAY_ALLOC(sc->counters, OVPN_COUNTER_SIZE, M_WAITOK);
COUNTER_ARRAY_FREE(sc->counters, OVPN_COUNTER_SIZE);