Lines Matching defs:eth
3497 struct ethhdr eth;
3556 memcpy(ð, skb->data, ETH_HLEN - 2);
3559 memcpy(skb->data + fast_tx->da_offs, eth.h_dest, ETH_ALEN);
3560 memcpy(skb->data + fast_tx->sa_offs, eth.h_source, ETH_ALEN);
4073 struct ethhdr *eth;
4080 eth = (void *)skb->data;
4081 ether_addr_copy(eth->h_dest, sta->sta.addr);
4090 const struct ethhdr *eth = (void *)skb->data;
4094 if (likely(!is_multicast_ether_addr(eth->h_dest)))
4114 ethertype = eth->h_proto;
4135 const struct ethhdr *eth = (struct ethhdr *)skb->data;
4145 if (unlikely(ether_addr_equal(eth->h_source, sta->sta.addr)))