Home
last modified time | relevance | path

Searched refs:eh2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ethernet/
H A Deth.c400 struct ethhdr *eh, *eh2; in eth_gro_receive() local
417 eh2 = (struct ethhdr *)(p->data + off_eth); in eth_gro_receive()
418 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()