Searched refs:BPF_MAXINSNS (Results 1 – 5 of 5) sorted by relevance
65 #define BPF_MAXINSNS 512 macro
66 #define BPF_MAXINSNS 512 macro
477 if (len < 1 || len > BPF_MAXINSNS) in bpf_validate()
1272 if (flen > BPF_MAXINSNS) in bpf_setf()
1363 if (prog.bf_len > BPF_MAXINSNS) in pfp_setsocket_sockopt()