Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c473 udp_t *udpnext; in udp_bind_hash_remove() local
493 udpnext = udp->udp_bind_hash; in udp_bind_hash_remove()
494 if (udpnext != NULL) { in udp_bind_hash_remove()
498 *udp->udp_ptpbhn = udpnext; in udp_bind_hash_remove()
511 udp_t *udpnext; in udp_bind_hash_insert() local
517 udpnext = udpp[0]; in udp_bind_hash_insert()
518 if (udpnext != NULL) { in udp_bind_hash_insert()
528 connext = udpnext->udp_connp; in udp_bind_hash_insert()
533 udpp = &(udpnext->udp_bind_hash); in udp_bind_hash_insert()
535 if (udpnext != NULL) in udp_bind_hash_insert()
[all …]