Lines Matching refs:eth
3755 struct ethhdr eth; in ieee80211_xmit_fast() local
3781 memcpy(ð, skb->data, ETH_HLEN - 2); in ieee80211_xmit_fast()
3791 eth.h_dest, eth.h_source); in ieee80211_xmit_fast()
4347 struct ethhdr *eth; in ieee80211_change_da() local
4354 eth = (void *)skb->data; in ieee80211_change_da()
4355 ether_addr_copy(eth->h_dest, sta->sta.addr); in ieee80211_change_da()
4364 const struct ethhdr *eth = (void *)skb->data; in ieee80211_multicast_to_unicast() local
4385 ethertype = eth->h_proto; in ieee80211_multicast_to_unicast()
4406 const struct ethhdr *eth = (struct ethhdr *)skb->data; in ieee80211_convert_to_unicast() local
4416 if (unlikely(ether_addr_equal(eth->h_source, sta->sta.addr))) in ieee80211_convert_to_unicast()
4502 const struct ethhdr *eth = (void *)skb->data; in ieee80211_subif_start_xmit() local
4504 if (likely(!is_multicast_ether_addr(eth->h_dest))) in ieee80211_subif_start_xmit()