Lines Matching defs:hdrspace
484 int hdrspace, need_tap = 1; /* mbuf need to be tapped. */
511 hdrspace = ieee80211_hdrspace(ic, wh); /* XXX optimize? */
590 hdrspace = ieee80211_hdrspace(ic, wh);
591 if (m->m_len < hdrspace &&
592 (m = m_pullup(m, hdrspace)) == NULL) {
595 "data too short: expecting %u", hdrspace);
696 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {
721 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted);
746 m = ieee80211_decap(vap, m, hdrspace, qos);
872 hdrspace = ieee80211_hdrspace(ic, wh);
873 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {