Lines Matching defs:eth
2694 struct ethhdr *eth;
2716 eth = skb_push(skb, ETH_HLEN);
2717 memcpy(eth, pkt_dev->hh, 2 * ETH_ALEN);
2718 eth->h_proto = protocol;
2862 __u8 *eth;
2896 eth = skb_push(skb, 14);
2928 memcpy(eth, pkt_dev->hh, 12);
2929 *(__be16 *) & eth[12] = protocol;
2990 __u8 *eth;
3024 eth = skb_push(skb, 14);
3056 memcpy(eth, pkt_dev->hh, 12);
3057 *(__be16 *) ð[12] = protocol;