Home
last modified time | relevance | path

Searched refs:tcpp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c71 tcp_t **tcpp; in tcp_bind_hash_insert() local
81 tcpp = &tbf->tf_tcp; in tcp_bind_hash_insert()
87 tcphash = tcpp[0]; in tcp_bind_hash_insert()
91 while ((tcphash = tcpp[0]) != NULL && in tcp_bind_hash_insert()
93 tcpp = &(tcphash->tcp_bind_hash); in tcp_bind_hash_insert()
116 while ((tcpnext = tcpp[0]) != NULL) { in tcp_bind_hash_insert()
120 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()
146 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()
147 tcpp[0] = tcp; in tcp_bind_hash_insert()
H A Dtcp_input.c1259 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local
1262 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()
1263 if (tcpp[0] == tcp) { in tcp_eager_unlink()
1287 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()
1294 prev = tcpp[0]; in tcp_eager_unlink()
H A Dtcp.c3496 tcp_t **tcpp; in tcp_acceptor_hash_insert() local
3504 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()
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d72 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;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c750 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local
753 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()