Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/ipfw/
HDip_dummynet.c79 static struct task dn_task; variable
87 taskqueue_enqueue_fast(dn_tq, &dn_task); in dummynet()
2170 TASK_INIT(&dn_task, 0, dummynet_task, curvnet); in ip_dn_init()
2200 taskqueue_drain(dn_tq, &dn_task); in ip_dn_destroy()