Searched refs:tcpp (Results 1 – 5 of 5) sorted by relevance
70 tcp_t **tcpp; in tcp_bind_hash_insert() local80 tcpp = &tbf->tf_tcp; in tcp_bind_hash_insert()86 tcphash = tcpp[0]; in tcp_bind_hash_insert()90 while ((tcphash = tcpp[0]) != NULL && in tcp_bind_hash_insert()92 tcpp = &(tcphash->tcp_bind_hash); in tcp_bind_hash_insert()115 while ((tcpnext = tcpp[0]) != NULL) { in tcp_bind_hash_insert()119 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()145 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()146 tcpp[0] = tcp; in tcp_bind_hash_insert()
1101 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local1104 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()1105 if (tcpp[0] == tcp) { in tcp_eager_unlink()1129 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()1136 prev = tcpp[0]; in tcp_eager_unlink()
3457 tcp_t **tcpp; in tcp_acceptor_hash_insert() local3465 tcpp = &tf->tf_tcp; in tcp_acceptor_hash_insert()3467 tcpnext = tcpp[0]; in tcp_acceptor_hash_insert()3471 tcp->tcp_ptpahn = tcpp; in tcp_acceptor_hash_insert()3472 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;
751 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local754 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()755 if (tcpp[0] == tcp) { in tcp_eager_unlink()779 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()785 prev = tcpp[0]; in tcp_eager_unlink()