Lines Matching refs:vh
675 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() argument
683 return vh; in vxlan_gro_remcsum()
691 vh = skb_gro_remcsum_process(skb, (void *)vh, off, hdrlen, in vxlan_gro_remcsum()
696 return vh; in vxlan_gro_remcsum()
705 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() local
715 hlen = off_vx + sizeof(*vh); in vxlan_gro_receive()
716 vh = skb_gro_header(skb, hlen, off_vx); in vxlan_gro_receive()
717 if (unlikely(!vh)) in vxlan_gro_receive()
720 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive()
722 flags = vh->vx_flags; in vxlan_gro_receive()
725 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive()
726 vh->vx_vni, &grc, in vxlan_gro_receive()
730 if (!vh) in vxlan_gro_receive()
741 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_receive()
742 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_receive()