Lines Matching defs:eth
2558 struct ethhdr *eth;
2580 eth = skb_push(skb, ETH_HLEN);
2581 memcpy(eth, pkt_dev->hh, 2 * ETH_ALEN);
2582 eth->h_proto = protocol;
2723 __u8 *eth;
2757 eth = skb_push(skb, 14);
2789 memcpy(eth, pkt_dev->hh, 12);
2790 *(__be16 *) & eth[12] = protocol;
2851 __u8 *eth;
2885 eth = skb_push(skb, 14);
2917 memcpy(eth, pkt_dev->hh, 12);
2918 *(__be16 *) ð[12] = protocol;