Searched refs:tcp_ptpbhn (Results 1 – 3 of 3) sorted by relevance
76 if (tcp->tcp_ptpbhn != NULL) { in tcp_bind_hash_insert()124 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()127 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()133 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()136 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()145 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()162 if (tcp->tcp_ptpbhn == NULL) in tcp_bind_hash_remove()175 if (tcp->tcp_ptpbhn) { in tcp_bind_hash_remove()179 tcpnext->tcp_ptpbhn = tcp->tcp_ptpbhn; in tcp_bind_hash_remove()182 tcpnext->tcp_bind_hash->tcp_ptpbhn = in tcp_bind_hash_remove()[all …]
2043 ASSERT(tcp->tcp_ptpbhn != NULL); in tcp_reinit()2073 PRESERVE(tcp->tcp_ptpbhn);
405 struct tcp_s **tcp_ptpbhn; member