Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/
Dvxlan.c765 unsigned int hlen, off_vx; in vxlan_gro_receive() local
773 off_vx = skb_gro_offset(skb); in vxlan_gro_receive()
774 hlen = off_vx + sizeof(*vh); in vxlan_gro_receive()
775 vh = skb_gro_header_fast(skb, off_vx); in vxlan_gro_receive()
777 vh = skb_gro_header_slow(skb, hlen, off_vx); in vxlan_gro_receive()
787 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive()
802 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive()