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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ageq.h39 struct mbuf *aq_tail; /* last frame in queue */
41 struct mbuf *aq_tail; /* last frame in queue */ member in struct:ieee80211_ageq
H A Dieee80211_ageq.c110 if (aq->aq_tail == NULL) {
113 aq->aq_tail->m_nextpkt = m;
119 aq->aq_tail = m;
172 aq->aq_tail = NULL;
216 if (aq->aq_tail == m) {
221 aq->aq_tail = NULL;
223 aq->aq_tail = (struct mbuf *)((uintptr_t)prev -
H A Dieee80211_ddb.c1016 q->aq_head, q->aq_tail);

Completed in 72 milliseconds