Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dvxlan.c141 static struct workqueue_struct *vxlan_wq; variable
1079 queue_work(vxlan_wq, &vs->del_work); in vxlan_sock_release()
2988 vxlan_wq = alloc_workqueue("vxlan", 0, 0); in vxlan_init_module()
2989 if (!vxlan_wq) in vxlan_init_module()
3012 destroy_workqueue(vxlan_wq); in vxlan_init_module()
3021 destroy_workqueue(vxlan_wq); in vxlan_cleanup_module()