Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dudp_impl.h191 struct udp_s **udp_ptpbhn; /* Pointer to previous bind hash next. */ member
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c478 if (udp->udp_ptpbhn == NULL) in udp_bind_hash_remove()
492 if (udp->udp_ptpbhn != NULL) { in udp_bind_hash_remove()
495 udpnext->udp_ptpbhn = udp->udp_ptpbhn; in udp_bind_hash_remove()
498 *udp->udp_ptpbhn = udpnext; in udp_bind_hash_remove()
499 udp->udp_ptpbhn = NULL; in udp_bind_hash_remove()
515 ASSERT(udp->udp_ptpbhn == NULL); in udp_bind_hash_insert()
536 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()
538 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()
542 udp->udp_ptpbhn = udpp; in udp_bind_hash_insert()
5785 ASSERT(connp->conn_lport != 0 && udp->udp_ptpbhn != NULL); in udp_do_connect()