Searched refs:MAX_INSNS (Results 1 – 6 of 6) sorted by relevance
21 #define MAX_INSNS 512 macro29 struct bpf_insn insns[MAX_INSNS];322 for (len = MAX_INSNS - 1; len > 0; --len) in probe_prog_length()
22 #define MAX_INSNS 512 macro30 struct bpf_insn insns[MAX_INSNS];1404 for (len = MAX_INSNS - 1; len > 0; --len) in probe_prog_length()
54 #define MAX_INSNS BPF_MAXINSNS macro72 struct bpf_insn insns[MAX_INSNS];445 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()
4 #define MAX_INSNS 512 macro14 struct bpf_insn insns[MAX_INSNS];584 for (len = MAX_INSNS - 1; len > 0; --len) in probe_filter_length()
30 #define MAX_INSNS 512 macro5369 struct bpf_insn insns[MAX_INSNS];6177 for (len = MAX_INSNS - 1; len > 0; --len) in probe_prog_length()
25 #define MAX_INSNS 512 macro67 struct sock_filter insns[MAX_INSNS];68 struct bpf_insn insns_int[MAX_INSNS];14152 for (len = MAX_INSNS - 1; len > 0; --len) in filter_length()14576 struct bpf_insn insns[MAX_INSNS];14765 for (len = 0; len < MAX_INSNS; len++) { in prepare_tail_call_tests()14768 if (len < MAX_INSNS - 1 && in prepare_tail_call_tests()
Completed in 38 milliseconds