Searched refs:vxlan_header (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_vxlan.h38 struct vxlan_header { struct
H A Dif_vxlan.c207 struct vxlan_header vxlh_hdr;
2255 struct vxlan_header *vxh;
2459 struct vxlan_header *vxh, vxlanhdr;
2467 if (m->m_pkthdr.len < offset + sizeof(struct vxlan_header))
2470 if (__predict_false(m->m_len < offset + sizeof(struct vxlan_header))) {
2471 m_copydata(m, offset, sizeof(struct vxlan_header),
2489 m_adj(m, offset + sizeof(struct vxlan_header));

Completed in 61 milliseconds