Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvxlan.h33 #define VXLAN_F_VDI 0x08000000 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_vxlan.c55 getflag(vxf >> 24, VXLAN_F_VDI >> 24, "vni present", in interpret_vxlan()
/illumos-gate/usr/src/uts/common/io/overlay/plugins/
H A Doverlay_vxlan.c190 vxh->vxlan_flags = ntohl(VXLAN_F_VDI); in vxlan_o_encap()
206 if ((ntohl(vxh->vxlan_flags) & VXLAN_F_VDI) == 0) in vxlan_o_decap()