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

/linux-4.4.14/net/ipv6/
H A Daddrconf.c149 static struct workqueue_struct *addrconf_wq; variable in typeref:struct:workqueue_struct
296 mod_delayed_work(addrconf_wq, &ifp->dad_work, delay); addrconf_mod_dad_work()
4036 mod_delayed_work(addrconf_wq, &addr_chk_work, next_sched - now); addrconf_verify_rtnl()
4049 mod_delayed_work(addrconf_wq, &addr_chk_work, 0); addrconf_verify()
5911 addrconf_wq = create_workqueue("ipv6_addrconf"); addrconf_init()
5912 if (!addrconf_wq) { addrconf_init()
5976 destroy_workqueue(addrconf_wq); addrconf_init()
6016 destroy_workqueue(addrconf_wq); addrconf_cleanup()

Completed in 116 milliseconds