Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c70 tcp_t **tcpp; in tcp_bind_hash_insert() local
80 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()
H A Dtcp_input.c1153 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local
1156 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) { in tcp_eager_unlink()
1157 if (tcpp[0] == tcp) { in tcp_eager_unlink()
1181 tcpp[0] = tcp->tcp_eager_next_q; in tcp_eager_unlink()
1188 prev = tcpp[0]; in tcp_eager_unlink()
H A Dtcp.c3457 tcp_t **tcpp; in tcp_acceptor_hash_insert() local
3465 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()
/titanic_41/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;
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c751 tcp_t **tcpp = &listener->tcp_eager_next_q; in tcp_eager_unlink() local
754 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()