OPTHASH_TBLSIZE
for (i = 0; i < OPTHASH_TBLSIZE; i++) {
static hashentry_t *hash_tbl[OPTHASH_TBLSIZE] = { NULL };
return (val % OPTHASH_TBLSIZE);