Searched refs:udp_ptpbhn (Results 1 – 2 of 2) sorted by relevance
186 struct udp_s **udp_ptpbhn; /* Pointer to previous bind hash next. */ member
462 if (udp->udp_ptpbhn == NULL) in udp_bind_hash_remove()476 if (udp->udp_ptpbhn != NULL) { in udp_bind_hash_remove()479 udpnext->udp_ptpbhn = udp->udp_ptpbhn; in udp_bind_hash_remove()482 *udp->udp_ptpbhn = udpnext; in udp_bind_hash_remove()483 udp->udp_ptpbhn = NULL; in udp_bind_hash_remove()499 ASSERT(udp->udp_ptpbhn == NULL); in udp_bind_hash_insert()520 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()522 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()526 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()5825 ASSERT(connp->conn_lport != 0 && udp->udp_ptpbhn != NULL); in udp_do_connect()