SPARSENESS
(xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
if (size > SIZE_MAX / (sizeof(cache_ptr) * SPARSENESS) ||
(uc->uc_entries = calloc(size, sizeof(cache_ptr) * SPARSENESS)) == NULL) {