Home
last modified time | relevance | path

Searched refs:MAX_INSNS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sock.c20 #define MAX_INSNS 512 macro
27 struct bpf_insn insns[MAX_INSNS];
318 for (len = MAX_INSNS - 1; len > 0; --len) in probe_prog_length()
Dtest_align.c23 #define MAX_INSNS 512 macro
33 struct bpf_insn insns[MAX_INSNS];
602 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()
Dtest_verifier.c48 #define MAX_INSNS BPF_MAXINSNS macro
62 struct bpf_insn insns[MAX_INSNS];
12520 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()
/Linux-v4.19/lib/
Dtest_bpf.c33 #define MAX_INSNS 512 macro
73 struct sock_filter insns[MAX_INSNS];
74 struct bpf_insn insns_int[MAX_INSNS];
6568 for (len = MAX_INSNS - 1; len > 0; --len) in filter_length()