Lines Matching refs:peth
2280 struct ethhdr *peth;
2308 peth = (struct ethhdr *)(skb->data + delta);
2309 peth->h_proto = htons(len - RX_MAC_HEADER_LENGTH);
2316 peth = (struct ethhdr *)(skb->data + delta);
2317 peth->h_proto = type;
2324 peth = (struct ethhdr *)(skb->data + delta);
2325 peth->h_proto =
2332 peth = (struct ethhdr *)(skb->data + delta);
2333 peth->h_proto = type;
2339 peth = (struct ethhdr *)(skb->data + delta);
2340 peth->h_proto = type;
2347 memcpy(peth->h_dest, destaddr, ADDRLEN);
2348 memcpy(peth->h_source, srcaddr, ADDRLEN);