Searched refs:vxlanudphdr (Results 1 – 1 of 1) sorted by relevance
235 struct vxlanudphdr { struct1624 ifp->if_hdrlen = ETHER_HDR_LEN + sizeof(struct vxlanudphdr); in vxlan_setup_interface_hdrlen()2401 struct vxlanudphdr *hdr; in vxlan_encap_header()2407 MPASS(len >= sizeof(struct vxlanudphdr)); in vxlan_encap_header()2486 M_PREPEND(m, sizeof(struct ip) + sizeof(struct vxlanudphdr), in vxlan_encap4()2598 M_PREPEND(m, sizeof(struct ip6_hdr) + sizeof(struct vxlanudphdr), in vxlan_encap6()