Searched refs:tcp_ptpbhn (Results 1 – 3 of 3) sorted by relevance
78 if (tcp->tcp_ptpbhn != NULL) { in tcp_bind_hash_insert()126 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()129 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()135 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()138 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()147 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()164 if (tcp->tcp_ptpbhn == NULL) in tcp_bind_hash_remove()177 if (tcp->tcp_ptpbhn) { in tcp_bind_hash_remove()181 tcpnext->tcp_ptpbhn = tcp->tcp_ptpbhn; in tcp_bind_hash_remove()184 tcpnext->tcp_bind_hash->tcp_ptpbhn = in tcp_bind_hash_remove()[all …]
2063 ASSERT(tcp->tcp_ptpbhn != NULL); in tcp_reinit()2087 PRESERVE(tcp->tcp_ptpbhn); in tcp_reinit_values()
409 struct tcp_s **tcp_ptpbhn; member