Searched refs:ic_oerrors (Results 1 – 2 of 2) sorted by relevance
341 ic->ic_oerrors = counter_u64_alloc(M_WAITOK); in ieee80211_ifattach()430 counter_u64_free(ic->ic_oerrors); in ieee80211_ifdetach()506 rv += counter_u64_fetch(ic->ic_oerrors); in ieee80211_get_counter()
159 counter_u64_t ic_oerrors; /* output errors */ member