MAX_IPOPTLEN
struct nf_osf_opt opt[MAX_IPOPTLEN];
unsigned char opts[MAX_IPOPTLEN];
unsigned char opts[MAX_IPOPTLEN];
if (!f->opt[i].length || f->opt[i].length > MAX_IPOPTLEN)
if (tot_opt_len > MAX_IPOPTLEN)
if (foptsize > MAX_IPOPTLEN ||
ctx->optsize > MAX_IPOPTLEN ||