Searched refs:BPF_MAXINSNS (Results 1 – 6 of 6) sorted by relevance
68 #define BPF_MAXINSNS 512 macro
491 if (len < 1 || len > BPF_MAXINSNS)
67 #define BPF_MAXINSNS 512 macro
632 if (len > BPF_MAXINSNS) in bpf_validate_ext()
709 if ((unsigned) nbp->bf_len > BPF_MAXINSNS) in pppioctl()
1376 if ((fp->bf_insns == NULL && flen) || flen > BPF_MAXINSNS) { in bpf_setf()