Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dvxlan.c101 static struct workqueue_struct *vxlan_wq; variable
1050 queue_work(vxlan_wq, &vs->del_work); in __vxlan_sock_release()
3268 vxlan_wq = alloc_workqueue("vxlan", 0, 0); in vxlan_init_module()
3269 if (!vxlan_wq) in vxlan_init_module()
3292 destroy_workqueue(vxlan_wq); in vxlan_init_module()
3301 destroy_workqueue(vxlan_wq); in vxlan_cleanup_module()