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
396 if (udp->udp_ptpbhn == NULL) in udp_bind_hash_remove()410 if (udp->udp_ptpbhn != NULL) { in udp_bind_hash_remove()413 udpnext->udp_ptpbhn = udp->udp_ptpbhn; in udp_bind_hash_remove()416 *udp->udp_ptpbhn = udpnext; in udp_bind_hash_remove()417 udp->udp_ptpbhn = NULL; in udp_bind_hash_remove()433 ASSERT(udp->udp_ptpbhn == NULL); in udp_bind_hash_insert()454 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()456 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()460 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()5636 ASSERT(connp->conn_lport != 0 && udp->udp_ptpbhn != NULL); in udp_do_connect()