Home
last modified time | relevance | path

Searched refs:VXLAN_HDR_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvxlan.h30 #define VXLAN_HDR_LEN 8 macro
/illumos-gate/usr/src/uts/common/io/overlay/plugins/
H A Doverlay_vxlan.c187 ob->b_rptr -= VXLAN_HDR_LEN; in vxlan_o_encap()
210 dinfop->ovdi_hdr_size = VXLAN_HDR_LEN; in vxlan_o_decap()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c400 if (MBLKL(mp) == VXLAN_HDR_LEN) { in udp_srcport_hash()
404 } else if (MBLKL(mp) < VXLAN_HDR_LEN) { in udp_srcport_hash()
407 szused = VXLAN_HDR_LEN; in udp_srcport_hash()