Home
last modified time | relevance | path

Searched refs:udp_ptpbhn (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dudp_impl.h186 struct udp_s **udp_ptpbhn; /* Pointer to previous bind hash next. */ member
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c396 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()