Lines Matching full:eh
400 struct ethhdr *eh, *eh2; in eth_gro_receive() local
406 hlen = off_eth + sizeof(*eh); in eth_gro_receive()
407 eh = skb_gro_header(skb, hlen, off_eth); in eth_gro_receive()
408 if (unlikely(!eh)) in eth_gro_receive()
418 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()
424 type = eh->h_proto; in eth_gro_receive()
432 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
433 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh)); in eth_gro_receive()
448 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete() local
449 __be16 type = eh->h_proto; in eth_gro_complete()
460 skb, nhoff + sizeof(*eh)); in eth_gro_complete()