HomeSort by: relevance | last modified time | path
    Searched defs:ipflow_slowtimo_wq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
ip_flow.c 113 static struct workqueue *ipflow_slowtimo_wq; variable in typeref:struct:workqueue *
189 error = workqueue_create(&ipflow_slowtimo_wq, "ipflow_slowtimo",
517 workqueue_enqueue(ipflow_slowtimo_wq, &ipflow_slowtimo_wk, NULL);

Completed in 90 milliseconds