Lines Matching refs:prog
740 const struct bpf_prog *prog = ctx->skf; in build_body() local
745 for (i = 0; i < prog->len; i++) { in build_body()
748 inst = &(prog->insns[i]); in build_body()
799 b_imm(prog->len, ctx), ctx); in build_body()
828 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
896 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
970 b_imm(prog->len, ctx), ctx); in build_body()
979 b_imm(prog->len, ctx), ctx); in build_body()
1170 if (i != prog->len - 1) in build_body()
1175 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
1184 if (i != prog->len - 1) { in build_body()
1189 emit_b(b_imm(prog->len, ctx), ctx); in build_body()
1246 b_imm(prog->len, ctx), ctx); in build_body()