Searched refs:linuxkpi_ieee80211_get_tid (Results 1 – 2 of 2) sorted by relevance
1166 uint8_t linuxkpi_ieee80211_get_tid(struct ieee80211_hdr *, bool);1461 return (linuxkpi_ieee80211_get_tid(hdr, false)); in ieee80211_get_tid()
5017 tid = linuxkpi_ieee80211_get_tid(hdr, true);7018 linuxkpi_ieee80211_get_tid(struct ieee80211_hdr *hdr, bool nonqos_ok) function