Lines Matching refs:tcphash
74 tcp_t *tcphash; in tcp_bind_hash_insert() local
88 tcphash = tcpp[0]; in tcp_bind_hash_insert()
90 if (tcphash != NULL) { in tcp_bind_hash_insert()
92 while ((tcphash = tcpp[0]) != NULL && in tcp_bind_hash_insert()
93 connp->conn_lport != tcphash->tcp_connp->conn_lport) in tcp_bind_hash_insert()
94 tcpp = &(tcphash->tcp_bind_hash); in tcp_bind_hash_insert()
97 if (tcphash == NULL) in tcp_bind_hash_insert()
112 tcpnext = tcphash; in tcp_bind_hash_insert()
114 tcphash = NULL; in tcp_bind_hash_insert()
127 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()
128 if (tcphash != NULL) { in tcp_bind_hash_insert()
129 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
136 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()
137 if (tcphash != NULL) { in tcp_bind_hash_insert()
138 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
146 tcp->tcp_bind_hash = tcphash; in tcp_bind_hash_insert()