Searched refs:addrconf_wq (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv6/
H A Daddrconf.c148 static struct workqueue_struct *addrconf_wq; variable in typeref:struct:workqueue_struct
291 mod_delayed_work(addrconf_wq, &ifp->dad_work, delay); addrconf_mod_dad_work()
3953 mod_delayed_work(addrconf_wq, &addr_chk_work, next_sched - now); addrconf_verify_rtnl()
3966 mod_delayed_work(addrconf_wq, &addr_chk_work, 0); addrconf_verify()
5770 addrconf_wq = create_workqueue("ipv6_addrconf"); addrconf_init()
5771 if (!addrconf_wq) { addrconf_init()
5835 destroy_workqueue(addrconf_wq); addrconf_init()
5875 destroy_workqueue(addrconf_wq); addrconf_cleanup()

Completed in 52 milliseconds