Lines Matching refs:eh
410 struct ethhdr *eh, *eh2; in eth_gro_receive() local
416 hlen = off_eth + sizeof(*eh); in eth_gro_receive()
417 eh = skb_gro_header(skb, hlen, off_eth); in eth_gro_receive()
418 if (unlikely(!eh)) in eth_gro_receive()
428 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()
434 type = eh->h_proto; in eth_gro_receive()
442 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
443 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh)); in eth_gro_receive()
458 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete() local
459 __be16 type = eh->h_proto; in eth_gro_complete()
470 skb, nhoff + sizeof(*eh)); in eth_gro_complete()