Searched refs:ieee80211_ageq (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net80211/
H A Dieee80211_ageq.h35 struct ieee80211_ageq { struct
44 void ieee80211_ageq_init(struct ieee80211_ageq *, int maxlen,
46 void ieee80211_ageq_cleanup(struct ieee80211_ageq *);
48 int ieee80211_ageq_append(struct ieee80211_ageq *, struct mbuf *,
50 void ieee80211_ageq_drain(struct ieee80211_ageq *);
51 void ieee80211_ageq_drain_node(struct ieee80211_ageq *,
53 struct mbuf *ieee80211_ageq_age(struct ieee80211_ageq *, int quanta);
54 struct mbuf *ieee80211_ageq_remove(struct ieee80211_ageq *,
H A Dieee80211_ageq.c54 ieee80211_ageq_init(struct ieee80211_ageq *aq, int maxlen, const char *name)
66 ieee80211_ageq_cleanup(struct ieee80211_ageq *aq)
108 ieee80211_ageq_append(struct ieee80211_ageq *aq, struct mbuf *m, int age)
141 ieee80211_ageq_drain(struct ieee80211_ageq *aq)
150 ieee80211_ageq_drain_node(struct ieee80211_ageq *aq,
164 ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta)
195 ieee80211_ageq_remove(struct ieee80211_ageq *aq,
H A Dieee80211_ddb.c86 static void _db_show_ageq(const char *tag, const struct ieee80211_ageq *q);
865 _db_show_ageq(const char *tag, const struct ieee80211_ageq *q)
H A Dieee80211_var.h49 #include <net80211/ieee80211_ageq.h>
230 struct ieee80211_ageq ic_stageq; /* frame staging queue */
/freebsd-13-stable/sys/modules/wlan/
H A DMakefile6 SRCS= ieee80211.c ieee80211_action.c ieee80211_ageq.c \

Completed in 175 milliseconds