INSN_BUF_SIZE
struct bpf_insn insn_buf[INSN_BUF_SIZE];
struct bpf_insn epilogue_buf[INSN_BUF_SIZE];
if (epilogue_cnt >= INSN_BUF_SIZE) {
if (cnt >= INSN_BUF_SIZE) {
if (cnt == 0 || cnt >= INSN_BUF_SIZE ||
if (shift && cnt + 1 >= INSN_BUF_SIZE) {
if (cnt == 0 || cnt >= INSN_BUF_SIZE) {
if (cnt <= 0 || cnt >= INSN_BUF_SIZE) {