Home
last modified time | relevance | path

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

/net/ethernet/
Deth.c414 struct ethhdr *eh, *eh2; in eth_gro_receive() local
434 eh2 = (struct ethhdr *)(p->data + off_eth); in eth_gro_receive()
435 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()