Searched refs:INSN_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
27 #define INSN_BUF_SIZE 32 macro917 struct bpf_insn insn_buf[INSN_BUF_SIZE];918 struct bpf_insn epilogue_buf[INSN_BUF_SIZE];
706 if (epilogue_cnt >= INSN_BUF_SIZE) { in bpf_convert_ctx_accesses()735 if (cnt >= INSN_BUF_SIZE) { in bpf_convert_ctx_accesses()939 if (cnt == 0 || cnt >= INSN_BUF_SIZE || in bpf_convert_ctx_accesses()948 if (shift && cnt + 1 >= INSN_BUF_SIZE) { in bpf_convert_ctx_accesses()1669 if (cnt == 0 || cnt >= INSN_BUF_SIZE) { in bpf_do_misc_fixups()1986 if (cnt <= 0 || cnt >= INSN_BUF_SIZE) { in bpf_do_misc_fixups()