Lines Matching refs:udpnext
474 udp_t *udpnext; in udp_bind_hash_remove() local
494 udpnext = udp->udp_bind_hash; in udp_bind_hash_remove()
495 if (udpnext != NULL) { in udp_bind_hash_remove()
496 udpnext->udp_ptpbhn = udp->udp_ptpbhn; in udp_bind_hash_remove()
499 *udp->udp_ptpbhn = udpnext; in udp_bind_hash_remove()
512 udp_t *udpnext; in udp_bind_hash_insert() local
518 udpnext = udpp[0]; in udp_bind_hash_insert()
519 if (udpnext != NULL) { in udp_bind_hash_insert()
529 connext = udpnext->udp_connp; in udp_bind_hash_insert()
532 while ((udpnext = udpp[0]) != NULL && in udp_bind_hash_insert()
534 udpp = &(udpnext->udp_bind_hash); in udp_bind_hash_insert()
536 if (udpnext != NULL) in udp_bind_hash_insert()
537 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()
539 udpnext->udp_ptpbhn = &udp->udp_bind_hash; in udp_bind_hash_insert()
542 udp->udp_bind_hash = udpnext; in udp_bind_hash_insert()