Lines Matching refs:vxlanhdr
545 static struct vxlanhdr *vxlan_gro_remcsum(struct sk_buff *skb, in vxlan_gro_remcsum()
547 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum()
577 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive()
595 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive()
600 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive()
609 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_receive()
615 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive()
637 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete()
1226 static bool vxlan_remcsum(struct vxlanhdr *unparsed, in vxlan_remcsum()
1248 static void vxlan_parse_gbp_hdr(struct vxlanhdr *unparsed, in vxlan_parse_gbp_hdr()
1278 static bool vxlan_parse_gpe_hdr(struct vxlanhdr *unparsed, in vxlan_parse_gpe_hdr()
1370 struct vxlanhdr unparsed; in vxlan_rcv()
1794 static void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gbp_hdr()
1814 static int vxlan_build_gpe_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gpe_hdr()
1831 struct vxlanhdr *vxh; in vxlan_build_skb()
1867 start = skb_checksum_start_offset(skb) - sizeof(struct vxlanhdr); in vxlan_build_skb()