Searched refs:aq_tail (Results 1 - 3 of 3) sorted by path

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ageq.h41 struct mbuf *aq_tail; /* last frame in queue */ member in struct:ieee80211_ageq
H A Dieee80211_ageq.c112 if (aq->aq_tail == NULL) {
115 aq->aq_tail->m_nextpkt = m;
121 aq->aq_tail = m;
174 aq->aq_tail = NULL;
218 if (aq->aq_tail == m) {
223 aq->aq_tail = NULL;
225 aq->aq_tail = (struct mbuf *)((uintptr_t)prev -
H A Dieee80211_ddb.c871 q->aq_head, q->aq_tail);

Completed in 62 milliseconds