Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_fragment.c210 static struct workqueue_struct *inet_frag_wq; variable
214 inet_frag_wq = create_workqueue("inet_frag_wq"); in inet_frag_wq_init()
215 if (!inet_frag_wq) in inet_frag_wq_init()
225 queue_work(inet_frag_wq, &fqdir->destroy_work); in fqdir_exit()