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

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dummynet.c77 static struct task dn_task; variable in typeref:struct:task
84 taskqueue_enqueue(dn_tq, &dn_task);
2160 TASK_INIT(&dn_task, 0, dummynet_task, curvnet);
2186 taskqueue_drain(dn_tq, &dn_task);

Completed in 49 milliseconds