Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvxlan.h34 #define VXLAN_ID_SHIFT 8 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_vxlan.c41 id = ntohl(vxlan->vxlan_id) >> VXLAN_ID_SHIFT; in interpret_vxlan()
/illumos-gate/usr/src/uts/common/io/overlay/plugins/
H A Doverlay_vxlan.c191 vxh->vxlan_id = htonl((uint32_t)einfop->ovdi_id << VXLAN_ID_SHIFT); in vxlan_o_encap()
209 dinfop->ovdi_id = ntohl(vxh->vxlan_id) >> VXLAN_ID_SHIFT; in vxlan_o_decap()