Searched refs:BPF_MAXINSNS (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/net/ | ||
| H A D | bpf.h | 129 #define BPF_MAXINSNS 512 macro |
| H A D | bpf_filter.c | 792 if (len < 1 || len > BPF_MAXINSNS) { in bpf_validate() |
| H A D | bpf.c | 2789 if (flen > BPF_MAXINSNS) { in bpf_setf() |