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

  /src/sys/netinet/
tcp_sack.c 158 static struct pool sackhole_pool; variable in typeref:struct:pool
164 pool_init(&sackhole_pool, sizeof(struct sackhole), 0, 0, 0,
177 hole = pool_get(&sackhole_pool, PR_NOWAIT);
216 pool_put(&sackhole_pool, hole);
tcp_sack.c 158 static struct pool sackhole_pool; variable in typeref:struct:pool
164 pool_init(&sackhole_pool, sizeof(struct sackhole), 0, 0, 0,
177 hole = pool_get(&sackhole_pool, PR_NOWAIT);
216 pool_put(&sackhole_pool, hole);
tcp_sack.c 158 static struct pool sackhole_pool; variable in typeref:struct:pool
164 pool_init(&sackhole_pool, sizeof(struct sackhole), 0, 0, 0,
177 hole = pool_get(&sackhole_pool, PR_NOWAIT);
216 pool_put(&sackhole_pool, hole);

Completed in 34 milliseconds