Home
last modified time | relevance | path

Searched refs:orig_prog (Results 1 – 15 of 15) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_core.c55 return orig_prog; in bpf_int_jit_compile()
59 return orig_prog; in bpf_int_jit_compile()
69 prog = orig_prog; in bpf_int_jit_compile()
88 prog = orig_prog; in bpf_int_jit_compile()
93 prog = orig_prog; in bpf_int_jit_compile()
110 prog = orig_prog; in bpf_int_jit_compile()
131 prog = orig_prog; in bpf_int_jit_compile()
154 prog = orig_prog; in bpf_int_jit_compile()
168 prog = orig_prog; in bpf_int_jit_compile()
184 prog = orig_prog; in bpf_int_jit_compile()
[all …]
/linux/arch/parisc/net/
H A Dbpf_jit_core.c48 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
54 return orig_prog; in bpf_int_jit_compile()
58 return orig_prog; in bpf_int_jit_compile()
68 prog = orig_prog; in bpf_int_jit_compile()
85 prog = orig_prog; in bpf_int_jit_compile()
97 prog = orig_prog; in bpf_int_jit_compile()
120 prog = orig_prog; in bpf_int_jit_compile()
137 prog = orig_prog; in bpf_int_jit_compile()
151 prog = orig_prog; in bpf_int_jit_compile()
191 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
[all …]
/linux/arch/loongarch/net/
H A Dbpf_jit.c1189 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1196 return orig_prog; in bpf_int_jit_compile()
1205 return orig_prog; in bpf_int_jit_compile()
1216 prog = orig_prog; in bpf_int_jit_compile()
1235 prog = orig_prog; in bpf_int_jit_compile()
1242 prog = orig_prog; in bpf_int_jit_compile()
1261 prog = orig_prog; in bpf_int_jit_compile()
1277 prog = orig_prog; in bpf_int_jit_compile()
1285 prog = orig_prog; in bpf_int_jit_compile()
1335 bpf_jit_prog_release_other(prog, prog == orig_prog ? tmp : orig_prog); in bpf_int_jit_compile()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1482 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1493 return orig_prog; in bpf_int_jit_compile()
1500 return orig_prog; in bpf_int_jit_compile()
1510 prog = orig_prog; in bpf_int_jit_compile()
1531 prog = orig_prog; in bpf_int_jit_compile()
1547 prog = orig_prog; in bpf_int_jit_compile()
1573 prog = orig_prog; in bpf_int_jit_compile()
1585 prog = orig_prog; in bpf_int_jit_compile()
1595 prog = orig_prog; in bpf_int_jit_compile()
1607 prog = orig_prog; in bpf_int_jit_compile()
[all …]
/linux/arch/mips/net/
H A Dbpf_jit_comp.c914 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
928 return orig_prog; in bpf_int_jit_compile()
936 return orig_prog; in bpf_int_jit_compile()
1029 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1030 tmp : orig_prog); in bpf_int_jit_compile()
1035 prog = orig_prog; in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1709 return orig_prog; in bpf_int_jit_compile()
1716 return orig_prog; in bpf_int_jit_compile()
1727 prog = orig_prog; in bpf_int_jit_compile()
1748 prog = orig_prog; in bpf_int_jit_compile()
1763 prog = orig_prog; in bpf_int_jit_compile()
1768 prog = orig_prog; in bpf_int_jit_compile()
1789 prog = orig_prog; in bpf_int_jit_compile()
1813 prog = orig_prog; in bpf_int_jit_compile()
1822 prog = orig_prog; in bpf_int_jit_compile()
1842 prog = orig_prog; in bpf_int_jit_compile()
[all …]
/linux/arch/arc/net/
H A Dbpf_jit_core.c102 struct bpf_prog *orig_prog; member
164 ctx->orig_prog = prog; in jit_ctx_init()
170 ctx->blinded = (ctx->prog != ctx->orig_prog); in jit_ctx_init()
220 bpf_jit_prog_release_other(ctx->prog, ctx->orig_prog); in jit_ctx_cleanup()
222 bpf_jit_prog_release_other(ctx->orig_prog, ctx->prog); in jit_ctx_cleanup()
/linux/arch/arm/net/
H A Dbpf_jit_32.c2147 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
2159 return orig_prog; in bpf_int_jit_compile()
2168 return orig_prog; in bpf_int_jit_compile()
2183 prog = orig_prog; in bpf_int_jit_compile()
2198 prog = orig_prog; in bpf_int_jit_compile()
2217 prog = orig_prog; in bpf_int_jit_compile()
2242 prog = orig_prog; in bpf_int_jit_compile()
2283 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2284 tmp : orig_prog); in bpf_int_jit_compile()
2290 prog = orig_prog; in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp32.c2524 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
2534 return orig_prog; in bpf_int_jit_compile()
2542 return orig_prog; in bpf_int_jit_compile()
2550 prog = orig_prog; in bpf_int_jit_compile()
2577 prog = orig_prog; in bpf_int_jit_compile()
2592 prog = orig_prog; in bpf_int_jit_compile()
2608 prog = orig_prog; in bpf_int_jit_compile()
2615 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2616 tmp : orig_prog); in bpf_int_jit_compile()
H A Dbpf_jit_comp.c3221 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
3235 return orig_prog; in bpf_int_jit_compile()
3243 return orig_prog; in bpf_int_jit_compile()
3253 prog = orig_prog; in bpf_int_jit_compile()
3272 prog = orig_prog; in bpf_int_jit_compile()
3306 prog = orig_prog; in bpf_int_jit_compile()
3338 prog = orig_prog; in bpf_int_jit_compile()
3385 prog = orig_prog; in bpf_int_jit_compile()
3398 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
3399 tmp : orig_prog); in bpf_int_jit_compile()
/linux/net/core/
H A Dsock_diag.c95 fprog = filter->prog->orig_prog; in sock_diag_put_filterinfo()
H A Dfilter.c1147 fp->orig_prog = kmalloc(sizeof(*fkprog), GFP_KERNEL); in bpf_prog_store_orig_filter()
1148 if (!fp->orig_prog) in bpf_prog_store_orig_filter()
1151 fkprog = fp->orig_prog; in bpf_prog_store_orig_filter()
1157 kfree(fp->orig_prog); in bpf_prog_store_orig_filter()
1166 struct sock_fprog_kern *fprog = fp->orig_prog; in bpf_release_orig_filter()
1389 fp->orig_prog = NULL; in bpf_prog_create()
1435 fp->orig_prog = NULL; in bpf_prog_create_from_user()
11159 fprog = filter->prog->orig_prog; in sk_get_filter()
/linux/kernel/
H A Dseccomp.c819 struct sock_fprog_kern *fprog = sfilter->prog->orig_prog; in seccomp_cache_prepare_bitmap()
2192 fprog = filter->prog->orig_prog; in seccomp_get_filter()
/linux/include/linux/
H A Dbpf.h1565 struct sock_fprog_kern *orig_prog; /* Original BPF program */ member
/linux/kernel/bpf/
H A Dsyscall.c2858 prog->orig_prog = NULL; in bpf_prog_load()