Home
last modified time | relevance | path

Searched refs:BPF_MAXINSNS (Results 1 – 25 of 48) sorted by relevance

12

/external/strace/tests-mx32/
Dseccomp-filter-v.c102 tail_alloc(sizeof(*big_filter) * (BPF_MAXINSNS + 1)); in main()
130 for (i = 0; i <= BPF_MAXINSNS; ++i) { in main()
137 prog->len = BPF_MAXINSNS + 1; in main()
142 for (i = 0; i < BPF_MAXINSNS; ++i) { in main()
Dsock_filter-v.c156 *len = BPF_MAXINSNS; in main()
163 BPF_MAXINSNS); in main()
/external/strace/tests/
Dseccomp-filter-v.c102 tail_alloc(sizeof(*big_filter) * (BPF_MAXINSNS + 1)); in main()
130 for (i = 0; i <= BPF_MAXINSNS; ++i) { in main()
137 prog->len = BPF_MAXINSNS + 1; in main()
142 for (i = 0; i < BPF_MAXINSNS; ++i) { in main()
Dsock_filter-v.c156 *len = BPF_MAXINSNS; in main()
163 BPF_MAXINSNS); in main()
/external/strace/tests-m32/
Dseccomp-filter-v.c102 tail_alloc(sizeof(*big_filter) * (BPF_MAXINSNS + 1)); in main()
130 for (i = 0; i <= BPF_MAXINSNS; ++i) { in main()
137 prog->len = BPF_MAXINSNS + 1; in main()
142 for (i = 0; i < BPF_MAXINSNS; ++i) { in main()
Dsock_filter-v.c156 *len = BPF_MAXINSNS; in main()
163 BPF_MAXINSNS); in main()
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h53 #ifndef BPF_MAXINSNS
54 #define BPF_MAXINSNS 4096 macro
/external/bcc/src/cc/compat/linux/
Dbpf_common.h51 #ifndef BPF_MAXINSNS
52 #define BPF_MAXINSNS 4096 macro
/external/iproute2/include/uapi/linux/
Dbpf_common.h52 #ifndef BPF_MAXINSNS
53 #define BPF_MAXINSNS 4096 macro
/external/iptables/include/linux/
Dfilter.h94 #ifndef BPF_MAXINSNS
95 #define BPF_MAXINSNS 4096 macro
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tag.c25 static struct bpf_insn prog[BPF_MAXINSNS];
170 for (i = start_insns; i <= BPF_MAXINSNS; i++) { in do_test()
/external/strace/
Dbpf_filter.c162 if (fbd->count++ >= BPF_MAXINSNS) { in print_bpf_filter_block()
Dbpf.c143 if (eid->count++ >= BPF_MAXINSNS) { in print_ebpf_insn()
/external/iproute2/lib/
Dbpf.c228 tmp_len = sizeof("4096,") + BPF_MAXINSNS * op_len; in bpf_parse_string()
300 if (bpf_len == 0 || bpf_len > BPF_MAXINSNS) { in bpf_ops_parse()
927 struct sock_filter opcodes[BPF_MAXINSNS]; in bpf_parse_opt_tbl()
1463 insns, insns > BPF_MAXINSNS ? insns - BPF_MAXINSNS : 0); in bpf_prog_report()
/external/minijail/
Dbpf.c300 if (len > BPF_MAXINSNS) in bpf_resolve_jumps()
Dsyscall_filter.c755 if (final_filter_len > BPF_MAXINSNS) { in compile_filter()
/external/bcc/src/cc/
Dlibbpf.c493 if (attr.insn_cnt > BPF_MAXINSNS) { in bpf_prog_load()
497 strerror(errno), name, attr.insn_cnt, BPF_MAXINSNS); in bpf_prog_load()
/external/minijail/tools/
Dbpf.py63 BPF_MAXINSNS = 4096 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go141 BPF_MAXINSNS = 0x200 const
Dzerrors_dragonfly_amd64.go121 BPF_MAXINSNS = 0x200 const
Dzerrors_openbsd_arm.go126 BPF_MAXINSNS = 0x200 const
Dzerrors_openbsd_amd64.go127 BPF_MAXINSNS = 0x200 const
Dzerrors_openbsd_386.go126 BPF_MAXINSNS = 0x200 const
Dzerrors_darwin_386.go201 BPF_MAXINSNS = 0x200 const
/external/seccomp-tests/linux/
Dseccomp_bpf.c187 int count = BPF_MAXINSNS + 1; in TEST()
224 int count = BPF_MAXINSNS; in TEST()

12