BPF_MAXINSNS
if ((fp->bf_insns == NULL && flen) || flen > BPF_MAXINSNS) {
if (len > BPF_MAXINSNS)
if ((unsigned) nbp->bf_len > BPF_MAXINSNS)