Home
last modified time | relevance | path

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

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