Searched refs:udpnext (Results 1 – 1 of 1) sorted by relevance
457 udp_t *udpnext; in udp_bind_hash_remove() local477 udpnext = udp->udp_bind_hash; in udp_bind_hash_remove()478 if (udpnext != 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()495 udp_t *udpnext; in udp_bind_hash_insert() local501 udpnext = udpp[0]; in udp_bind_hash_insert()502 if (udpnext != NULL) { in udp_bind_hash_insert()512 connext = udpnext->udp_connp; in udp_bind_hash_insert()515 while ((udpnext = udpp[0]) != NULL && in udp_bind_hash_insert()[all …]