Lines Matching refs:peth
2281 struct ethhdr *peth;
2309 peth = (struct ethhdr *)(skb->data + delta);
2310 peth->h_proto = htons(len - RX_MAC_HEADER_LENGTH);
2317 peth = (struct ethhdr *)(skb->data + delta);
2318 peth->h_proto = type;
2325 peth = (struct ethhdr *)(skb->data + delta);
2326 peth->h_proto =
2333 peth = (struct ethhdr *)(skb->data + delta);
2334 peth->h_proto = type;
2340 peth = (struct ethhdr *)(skb->data + delta);
2341 peth->h_proto = type;
2348 memcpy(peth->h_dest, destaddr, ADDRLEN);
2349 memcpy(peth->h_source, srcaddr, ADDRLEN);