rtap_space         98 net/mac80211/rx.c 				unsigned int rtap_space)
rtap_space        102 net/mac80211/rx.c 	__pskb_pull(skb, rtap_space);
rtap_space        106 net/mac80211/rx.c 				     unsigned int rtap_space)
rtap_space        111 net/mac80211/rx.c 	hdr = (void *)(skb->data + rtap_space);
rtap_space        119 net/mac80211/rx.c 	if (unlikely(skb->len < 16 + present_fcs_len + rtap_space))
rtap_space        242 net/mac80211/rx.c 					 int rtap_space)
rtap_space        255 net/mac80211/rx.c 	if (skb->len < rtap_space + sizeof(action) +
rtap_space        262 net/mac80211/rx.c 	skb_copy_bits(skb, rtap_space, &action, sizeof(action));
rtap_space        705 net/mac80211/rx.c 			   int rtap_space, bool use_origskb)
rtap_space        713 net/mac80211/rx.c 	needed_headroom = rt_hdrlen - rtap_space;
rtap_space        767 net/mac80211/rx.c 	unsigned int rtap_space = 0;
rtap_space        774 net/mac80211/rx.c 		rtap_space += sizeof(struct ieee80211_radiotap_he);
rtap_space        777 net/mac80211/rx.c 		rtap_space += sizeof(struct ieee80211_radiotap_he_mu);
rtap_space        780 net/mac80211/rx.c 		rtap_space += sizeof(struct ieee80211_radiotap_lsig);
rtap_space        784 net/mac80211/rx.c 			(void *)(origskb->data + rtap_space);
rtap_space        786 net/mac80211/rx.c 		rtap_space += sizeof(*rtap) + rtap->len + rtap->pad;
rtap_space        789 net/mac80211/rx.c 	min_head_len = rtap_space;
rtap_space        802 net/mac80211/rx.c 			if (unlikely(origskb->len <= FCS_LEN + rtap_space)) {
rtap_space        821 net/mac80211/rx.c 	only_monitor = should_drop_frame(origskb, present_fcs_len, rtap_space);
rtap_space        829 net/mac80211/rx.c 		remove_monitor_info(origskb, present_fcs_len, rtap_space);
rtap_space        833 net/mac80211/rx.c 	ieee80211_handle_mu_mimo_mon(monitor_sdata, origskb, rtap_space);
rtap_space        841 net/mac80211/rx.c 							    rate, rtap_space,
rtap_space        873 net/mac80211/rx.c 	remove_monitor_info(origskb, present_fcs_len, rtap_space);