Lines Matching full:eh
398 struct ethhdr *eh, *eh2; in eth_gro_receive() local
404 hlen = off_eth + sizeof(*eh); in eth_gro_receive()
405 eh = skb_gro_header(skb, hlen, off_eth); in eth_gro_receive()
406 if (unlikely(!eh)) in eth_gro_receive()
416 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()
422 type = eh->h_proto; in eth_gro_receive()
430 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
431 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh)); in eth_gro_receive()
446 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete() local
447 __be16 type = eh->h_proto; in eth_gro_complete()
458 skb, nhoff + sizeof(*eh)); in eth_gro_complete()