tcpcb_pool        143 netinet/tcp_subr.c struct pool tcpcb_pool;
tcpcb_pool        159 netinet/tcp_subr.c 	pool_init(&tcpcb_pool, sizeof(struct tcpcb), 0, 0, 0, "tcpcbpl",
tcpcb_pool        473 netinet/tcp_subr.c 	tp = pool_get(&tcpcb_pool, PR_NOWAIT);
tcpcb_pool        605 netinet/tcp_subr.c 	pool_put(&tcpcb_pool, tp);