Lines Matching defs:eth
636 struct ethhdr *eth;
647 eth = (struct ethhdr *)skb->data;
655 if (is_multicast_ether_addr(eth->h_dest)) {
659 } else if (is_local_ether_addr(eth->h_dest)) {
660 dest_epid = eth->h_dest[ETH_ALEN - 1];
663 if ((eth->h_dest[0] == 0x02) &&
664 (0x00 == (eth->h_dest[1] | eth->h_dest[2] |
665 eth->h_dest[3] | eth->h_dest[4])) &&