Lines Matching refs:vh
734 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() argument
742 return vh; in vxlan_gro_remcsum()
750 vh = skb_gro_remcsum_process(skb, (void *)vh, off, hdrlen, in vxlan_gro_remcsum()
755 return vh; in vxlan_gro_remcsum()
764 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() local
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()
778 if (unlikely(!vh)) in vxlan_gro_receive()
782 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive()
784 flags = vh->vx_flags; in vxlan_gro_receive()
787 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive()
788 vh->vx_vni, &grc, in vxlan_gro_receive()
792 if (!vh) in vxlan_gro_receive()
803 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_receive()
804 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_receive()