Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dtest_verifier.c22 #define MAX_INSNS 512 macro
29 struct bpf_insn insns[MAX_INSNS];
1189 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()
/linux-4.4.14/lib/
Dtest_bpf.c32 #define MAX_INSNS 512 macro
72 struct sock_filter insns[MAX_INSNS];
73 struct bpf_insn insns_int[MAX_INSNS];
5218 for (len = MAX_INSNS - 1; len > 0; --len) in filter_length()