Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c457 udp_t *udpnext; in udp_bind_hash_remove() local
477 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() local
501 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 …]