Home
last modified time | relevance | path

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

/linux-4.1.27/samples/bpf/
Dtest_verifier.c20 #define MAX_INSNS 512 macro
25 struct bpf_insn insns[MAX_INSNS];
752 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()
/linux-4.1.27/lib/
Dtest_bpf.c29 #define MAX_INSNS 512 macro
68 struct sock_filter insns[MAX_INSNS];
69 struct bpf_insn insns_int[MAX_INSNS];
1865 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()