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

  /src/sys/netinet/
tcp_input.c 416 static struct pool tcpipqent_pool; variable in typeref:struct:pool
422 pool_init(&tcpipqent_pool, sizeof(struct ipqent), 0, 0, 0, "tcpipqepl",
433 ipqe = pool_get(&tcpipqent_pool, PR_NOWAIT);
445 pool_put(&tcpipqent_pool, ipqe);

Completed in 13 milliseconds