Searched refs:e_hdr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211conv.c | 112 struct wlan_ethhdr e_hdr; in skb_ether_to_p80211() local 117 memcpy(&e_hdr, skb->data, sizeof(e_hdr)); in skb_ether_to_p80211() 131 proto = ntohs(e_hdr.type); in skb_ether_to_p80211() 181 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 189 memcpy(p80211_hdr->a3.a3, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 193 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 195 memcpy(p80211_hdr->a3.a3, &e_hdr.saddr, ETH_ALEN); in skb_ether_to_p80211() 285 struct wlan_ethhdr *e_hdr; in skb_p80211_to_ether() local 351 e_hdr = (struct wlan_ethhdr *) (skb->data + payload_offset); in skb_p80211_to_ether() 361 ((memcmp(daddr, e_hdr->daddr, WLAN_ETHADDR_LEN) == 0) || in skb_p80211_to_ether() [all …]
|