Lines Matching refs:eh
409 struct ethhdr *eh, *eh2; in eth_gro_receive() local
415 hlen = off_eth + sizeof(*eh); in eth_gro_receive()
416 eh = skb_gro_header_fast(skb, off_eth); in eth_gro_receive()
418 eh = skb_gro_header_slow(skb, hlen, off_eth); in eth_gro_receive()
419 if (unlikely(!eh)) in eth_gro_receive()
430 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()
436 type = eh->h_proto; in eth_gro_receive()
445 skb_gro_pull(skb, sizeof(*eh)); in eth_gro_receive()
446 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh)); in eth_gro_receive()
463 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete() local
464 __be16 type = eh->h_proto; in eth_gro_complete()
476 skb, nhoff + sizeof(*eh)); in eth_gro_complete()