Searched refs:off_eth (Results 1 – 1 of 1) sorted by relevance
408 unsigned int hlen, off_eth; in eth_gro_receive() local415 off_eth = skb_gro_offset(skb); in eth_gro_receive()416 hlen = off_eth + sizeof(*eh); in eth_gro_receive()417 eh = skb_gro_header_fast(skb, off_eth); in eth_gro_receive()419 eh = skb_gro_header_slow(skb, hlen, off_eth); in eth_gro_receive()430 eh2 = (struct ethhdr *)(p->data + off_eth); in eth_gro_receive()
Completed in 4 milliseconds