Searched refs:vxlanudphdr (Results 1 – 1 of 1) sorted by relevance
235 struct vxlanudphdr { struct1645 ifp->if_hdrlen = ETHER_HDR_LEN + sizeof(struct vxlanudphdr); in vxlan_setup_interface_hdrlen()2453 struct vxlanudphdr *hdr; in vxlan_encap_header()2459 MPASS(len >= sizeof(struct vxlanudphdr)); in vxlan_encap_header()2541 M_PREPEND(m, sizeof(struct ip) + sizeof(struct vxlanudphdr), in vxlan_encap4()2652 M_PREPEND(m, sizeof(struct ip6_hdr) + sizeof(struct vxlanudphdr), in vxlan_encap6()