Home
last modified time | relevance | path

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

/Linux-v5.4/net/ethernet/
Deth.c453 struct ethhdr *eh, *eh2; in eth_gro_receive() local
473 eh2 = (struct ethhdr *)(p->data + off_eth); in eth_gro_receive()
474 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()