mshdr             106 net/mac80211/mesh_pathtbl.c 	struct ieee80211s_hdr *mshdr;
mshdr             112 net/mac80211/mesh_pathtbl.c 	mshdr = (struct ieee80211s_hdr *) (skb->data + hdrlen);
mshdr             114 net/mac80211/mesh_pathtbl.c 	if (!(mshdr->flags & MESH_FLAGS_AE)) {
mshdr             126 net/mac80211/mesh_pathtbl.c 		mshdr = (struct ieee80211s_hdr *) (skb->data + hdrlen);
mshdr             127 net/mac80211/mesh_pathtbl.c 		mshdr->flags = MESH_FLAGS_AE_A5_A6;
mshdr             128 net/mac80211/mesh_pathtbl.c 		memcpy(mshdr->eaddr1, hdr->addr3, ETH_ALEN);
mshdr             129 net/mac80211/mesh_pathtbl.c 		memcpy(mshdr->eaddr2, hdr->addr4, ETH_ALEN);