Searched refs:INSN_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define INSN_BUF_SIZE 32 macro1037 struct bpf_insn insn_buf[INSN_BUF_SIZE];1038 struct bpf_insn epilogue_buf[INSN_BUF_SIZE];
759 if (epilogue_cnt >= INSN_BUF_SIZE) { in bpf_convert_ctx_accesses()788 if (cnt >= INSN_BUF_SIZE) { in bpf_convert_ctx_accesses()997 if (cnt == 0 || cnt >= INSN_BUF_SIZE || in bpf_convert_ctx_accesses()1006 if (shift && cnt + 1 >= INSN_BUF_SIZE) { in bpf_convert_ctx_accesses()1712 if (cnt == 0 || cnt >= INSN_BUF_SIZE) { in bpf_do_misc_fixups()2068 if (cnt <= 0 || cnt >= INSN_BUF_SIZE) { in bpf_do_misc_fixups()