Home
last modified time | relevance | path

Searched refs:ic_oerrors (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211.c341 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()
H A Dieee80211_var.h159 counter_u64_t ic_oerrors; /* output errors */ member