Home
last modified time | relevance | path

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

/linux-4.1.27/net/l2tp/
Dl2tp_core.c105 static struct workqueue_struct *l2tp_wq; variable
1646 if (false == queue_work(l2tp_wq, &tunnel->del_work)) { in l2tp_tunnel_delete()
1878 l2tp_wq = alloc_workqueue("l2tp", WQ_UNBOUND, 0); in l2tp_init()
1879 if (!l2tp_wq) { in l2tp_init()
1895 if (l2tp_wq) { in l2tp_exit()
1896 destroy_workqueue(l2tp_wq); in l2tp_exit()
1897 l2tp_wq = NULL; in l2tp_exit()