Searched refs:vxl (Results 1 – 1 of 1) sorted by relevance
93 vxlan_t *vxl; in vxlan_o_init() local95 vxl = kmem_alloc(sizeof (vxlan_t), KM_SLEEP); in vxlan_o_init()96 *outp = vxl; in vxlan_o_init()97 mutex_init(&vxl->vxl_lock, NULL, MUTEX_DRIVER, NULL); in vxlan_o_init()98 vxl->vxl_oh = oh; in vxlan_o_init()99 vxl->vxl_lport = vxlan_defport; in vxlan_o_init()100 vxl->vxl_hladdr = B_FALSE; in vxlan_o_init()108 vxlan_t *vxl = arg; in vxlan_o_fini() local110 mutex_destroy(&vxl->vxl_lock); in vxlan_o_fini()118 vxlan_t *vxl = arg; in vxlan_o_socket() local[all …]