Lines Matching refs:that
18 There is a fixed portion at the start which contains a u32 bitmap that defines
19 if the possible argument associated with that bit is present or not. So if b0
20 of the it_present member of ieee80211_radiotap_header is set, it means that
29 we run out of space in the u32 it_present member, it is defined that b31 set
30 indicates that there is another u32 bitmap following (shown as "possible
34 Note also that the it_len member __le16 is set to the total number of bytes
57 the first byte of the radiotap header. The absolute alignment of that first
62 - the above point that there may be no absolute alignment for multibyte
63 entities in the fixed radiotap header or the argument region means that you
66 dereference, eg, a u16 pointer that is pointing to an odd address. Instead
68 which will do it bytewise on the arches that require that.
91 job by using the radiotap parser that lives in net/wireless/radiotap.c and has