Searched refs:bucket_node (Results 1 – 1 of 1) sorted by relevance
2462 dns_rbtnode_t *bucket_node; in unhash_node() local2467 bucket_node = rbt->hashtable[bucket]; in unhash_node()2469 if (bucket_node == node) { in unhash_node()2472 while (HASHNEXT(bucket_node) != node) { in unhash_node()2473 INSIST(HASHNEXT(bucket_node) != NULL); in unhash_node()2474 bucket_node = HASHNEXT(bucket_node); in unhash_node()2476 HASHNEXT(bucket_node) = HASHNEXT(node); in unhash_node()