Lines Matching defs:eth
601 struct ethhdr *eth;
612 eth = (struct ethhdr *)skb->data;
620 if (is_multicast_ether_addr(eth->h_dest)) {
624 } else if (is_local_ether_addr(eth->h_dest)) {
625 dest_epid = eth->h_dest[ETH_ALEN - 1];
628 if ((eth->h_dest[0] == 0x02) &&
629 (0x00 == (eth->h_dest[1] | eth->h_dest[2] |
630 eth->h_dest[3] | eth->h_dest[4])) &&