Lines Matching refs:vh
703 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() argument
711 return vh; in vxlan_gro_remcsum()
719 vh = skb_gro_remcsum_process(skb, (void *)vh, off, hdrlen, in vxlan_gro_remcsum()
724 return vh; in vxlan_gro_remcsum()
733 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() local
743 hlen = off_vx + sizeof(*vh); in vxlan_gro_receive()
744 vh = skb_gro_header_fast(skb, off_vx); in vxlan_gro_receive()
746 vh = skb_gro_header_slow(skb, hlen, off_vx); in vxlan_gro_receive()
747 if (unlikely(!vh)) in vxlan_gro_receive()
751 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive()
753 flags = vh->vx_flags; in vxlan_gro_receive()
756 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive()
757 vh->vx_vni, &grc, in vxlan_gro_receive()
761 if (!vh) in vxlan_gro_receive()
772 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_receive()
773 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_receive()