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

/freebsd-12-stable/sys/net/
H A Dif_vxlan.h38 struct vxlan_header { struct
H A Dif_vxlan.c211 struct vxlan_header vxlh_hdr;
2302 struct vxlan_header *vxh;
2506 struct vxlan_header *vxh, vxlanhdr;
2514 if (m->m_pkthdr.len < offset + sizeof(struct vxlan_header))
2517 if (__predict_false(m->m_len < offset + sizeof(struct vxlan_header))) {
2518 m_copydata(m, offset, sizeof(struct vxlan_header),
2537 m_adj_decap(m, offset + sizeof(struct vxlan_header));
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_sge.c2761 m0->m_pkthdr.l5hlen = sizeof(struct vxlan_header);
2765 sizeof(struct udphdr) + sizeof(struct vxlan_header));

Completed in 122 milliseconds