Home
last modified time | relevance | path

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

/linux-4.4.14/net/l2tp/
Dl2tp_core.c105 static struct workqueue_struct *l2tp_wq; variable
1643 if (false == queue_work(l2tp_wq, &tunnel->del_work)) { in l2tp_tunnel_delete()
1875 l2tp_wq = alloc_workqueue("l2tp", WQ_UNBOUND, 0); in l2tp_init()
1876 if (!l2tp_wq) { in l2tp_init()
1892 if (l2tp_wq) { in l2tp_exit()
1893 destroy_workqueue(l2tp_wq); in l2tp_exit()
1894 l2tp_wq = NULL; in l2tp_exit()