Searched refs:rthdr (Results 1 – 3 of 3) sorted by relevance
319 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_rx_radiotap_header() local364 rthdr = skb_push(skb, rtap_len - tlvs_len); in ieee80211_add_rx_radiotap_header()365 memset(rthdr, 0, rtap_len - tlvs_len); in ieee80211_add_rx_radiotap_header()366 it_present = &rthdr->it_present; in ieee80211_add_rx_radiotap_header()369 rthdr->it_len = cpu_to_le16(rtap_len); in ieee80211_add_rx_radiotap_header()397 pos = (void *)&rthdr->it_optional[it_present + 1 - rthdr->it_optional]; in ieee80211_add_rx_radiotap_header()404 while ((pos - (u8 *)rthdr) & 7) in ieee80211_add_rx_radiotap_header()410 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_TSFT)); in ieee80211_add_rx_radiotap_header()434 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_RATE)); in ieee80211_add_rx_radiotap_header()470 rthdr->it_present |= in ieee80211_add_rx_radiotap_header()[all …]
653 struct rt0_hdr *rthdr; in ipv6_rthdr_rcv() local770 rthdr = (struct rt0_hdr *) hdr; in ipv6_rthdr_rcv()771 addr = rthdr->addr; in ipv6_rthdr_rcv()
309 struct ieee80211_radiotap_header_fixed rthdr; in wil_rx_add_radiotap_header() member335 rtap->rthdr.it_version = PKTHDR_RADIOTAP_VERSION; in wil_rx_add_radiotap_header()336 rtap->rthdr.it_len = cpu_to_le16(rtap_len); in wil_rx_add_radiotap_header()337 rtap->rthdr.it_present = cpu_to_le32((1 << IEEE80211_RADIOTAP_FLAGS) | in wil_rx_add_radiotap_header()