/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);
|