Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c91 static struct task dn_task; variable
99 taskqueue_enqueue(dn_tq, &dn_task); in dummynet()
2551 NET_TASK_INIT(&dn_task, 0, dummynet_task, curvnet); in ip_dn_init()
2581 taskqueue_drain(dn_tq, &dn_task); in ip_dn_destroy()