ifqueue
rge_start(struct ifqueue *ifq)
struct ifqueue receive_queue;
int if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp,
if_handoff((struct ifqueue *)ifq, m, ifp, 0)
if_handoff((struct ifqueue *)ifq, m, ifp, adj)
void ifq_init(struct ifqueue *, const char *);
void ifq_uninit(struct ifqueue *);
ifq_init(struct ifqueue *ifq, const char *name)
ifq_uninit(struct ifqueue *ifq)
ifq_init((struct ifqueue *) &ifp->if_snd, ifp->if_xname);
ifq_uninit((struct ifqueue *) &ifp->if_snd);
ieee80211_drain_ifq(struct ifqueue* ifq)
ieee80211_flush_ifq(struct ifqueue* ifq, struct ieee80211vap* vap)
struct ifqueue;
void ieee80211_drain_ifq(struct ifqueue *);
void ieee80211_flush_ifq(struct ifqueue *, struct ieee80211vap *);