Lines Matching defs:hdrspace
545 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */
599 hdrspace = ieee80211_hdrspace(ic, wh); /* XXX optimize? */
663 hdrspace = ieee80211_hdrspace(ic, wh);
664 if (m->m_len < hdrspace &&
665 (m = m_pullup(m, hdrspace)) == NULL) {
668 "data too short: expecting %u", hdrspace);
776 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {
801 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted);
833 m = ieee80211_decap(vap, m, hdrspace, qos);
958 hdrspace = ieee80211_hdrspace(ic, wh);
964 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {