BPF_MAXINSNS
if (flen > BPF_MAXINSNS)
if (len < 1 || len > BPF_MAXINSNS)
if ((unsigned) nbp->bf_len > BPF_MAXINSNS)