Lines Matching refs:prog
654 const struct bpf_prog *prog = ctx->skf; in build_body() local
660 for (i = 0; i < prog->len; i++) { in build_body()
663 inst = &(prog->insns[i]); in build_body()
718 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
766 b_imm(prog->len, ctx), ctx); in build_body()
846 b_imm(prog->len, ctx), ctx); in build_body()
855 b_imm(prog->len, ctx), ctx); in build_body()
1046 if (i != prog->len - 1) in build_body()
1051 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
1060 if (i != prog->len - 1) { in build_body()
1065 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
1122 b_imm(prog->len, ctx), ctx); in build_body()