Searched refs:tcpp (Results 1 – 5 of 5) sorted by relevance
72 tcp_t **tcpp; in tcp_bind_hash_insert() local82 tcpp = &tbf->tf_tcp; in tcp_bind_hash_insert()88 tcphash = tcpp[0]; in tcp_bind_hash_insert()92 while ((tcphash = tcpp[0]) != NULL && in tcp_bind_hash_insert()94 tcpp = &(tcphash->tcp_bind_hash); in tcp_bind_hash_insert()117 while ((tcpnext = tcpp[0]) != NULL) { in tcp_bind_hash_insert()121 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()147 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()148 tcpp[0] = tcp; in tcp_bind_hash_insert()
1277 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local1280 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()1281 if (tcpp[0] == tcp) { in tcp_eager_unlink()1305 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()1312 prev = tcpp[0]; in tcp_eager_unlink()
3496 tcp_t **tcpp; in tcp_acceptor_hash_insert() local3504 tcpp = &tf->tf_tcp; in tcp_acceptor_hash_insert()3506 tcpnext = tcpp[0]; in tcp_acceptor_hash_insert()3510 tcp->tcp_ptpahn = tcpp; in tcp_acceptor_hash_insert()3511 tcpp[0] = tcp; in tcp_acceptor_hash_insert()
72 self->tcpp = (tcp_t *)arg1;73 this->connp = (conn_t *)self->tcpp->tcp_connp;96 self->conn_id = (uint64_t)self->tcpp->tcp_connp;115 iss[self->conn_id] = self->tcpp->tcp_iss;116 irs[self->conn_id] = self->tcpp->tcp_irs;
750 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local753 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()754 if (tcpp[0] == tcp) { in tcp_eager_unlink()778 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()784 prev = tcpp[0]; in tcp_eager_unlink()