Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/overlay/plugins/
H A Doverlay_vxlan.c88 } vxlan_t; typedef
93 vxlan_t *vxl; in vxlan_o_init()
95 vxl = kmem_alloc(sizeof (vxlan_t), KM_SLEEP); in vxlan_o_init()
108 vxlan_t *vxl = arg; in vxlan_o_fini()
111 kmem_free(arg, sizeof (vxlan_t)); in vxlan_o_fini()
118 vxlan_t *vxl = arg; in vxlan_o_socket()
218 vxlan_t *vxl = arg; in vxlan_o_getprop()
257 vxlan_t *vxl = arg; in vxlan_o_setprop()