IC_MAX_HDRS
#define IC_HASH(d, i) (((d) + (i)) & (IC_MAX_HDRS - 1))
static cache_t *ic_hash[IC_MAX_HDRS];