Lines Matching defs:tcphash
72 tcp_t *tcphash;
86 tcphash = tcpp[0];
88 if (tcphash != NULL) {
90 while ((tcphash = tcpp[0]) != NULL &&
91 connp->conn_lport != tcphash->tcp_connp->conn_lport)
92 tcpp = &(tcphash->tcp_bind_hash);
95 if (tcphash == NULL)
110 tcpnext = tcphash;
112 tcphash = NULL;
125 tcphash = tcpnext->tcp_bind_hash;
126 if (tcphash != NULL) {
127 tcphash->tcp_ptpbhn =
134 tcphash = tcpnext->tcp_bind_hash;
135 if (tcphash != NULL) {
136 tcphash->tcp_ptpbhn =
144 tcp->tcp_bind_hash = tcphash;