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

/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/uts/common/inet/tcp/
H A Dtcp_bind.c70 tcp_t **tcpp; local
80 tcpp = &tbf->tf_tcp;
86 tcphash = tcpp[0];
90 while ((tcphash = tcpp[0]) != NULL &&
92 tcpp = &(tcphash->tcp_bind_hash);
115 while ((tcpnext = tcpp[0]) != NULL) {
119 tcpp = &(tcpnext->tcp_bind_hash_port);
145 tcp->tcp_ptpbhn = tcpp;
146 tcpp[0] = tcp;
H A Dtcp_input.c1101 tcp_t **tcpp = &listener->tcp_eager_next_q; local
1104 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) {
1105 if (tcpp[0] == tcp) {
1129 tcpp[0] = tcp->tcp_eager_next_q;
1136 prev = tcpp[0];
H A Dtcp.c3457 tcp_t **tcpp; local
3465 tcpp = &tf->tf_tcp;
3467 tcpnext = tcpp[0];
3471 tcp->tcp_ptpahn = tcpp;
3472 tcpp[0] = tcp;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c751 tcp_t **tcpp = &listener->tcp_eager_next_q; local
754 for (; tcpp[0]; tcpp = &tcpp[0]->tcp_eager_next_q) {
755 if (tcpp[0] == tcp) {
779 tcpp[0] = tcp->tcp_eager_next_q;
785 prev = tcpp[0];

Completed in 97 milliseconds