Home
last modified time | relevance | path

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

/arch/riscv/net/
Dbpf_jit_core.c45 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
52 return orig_prog; in bpf_int_jit_compile()
56 return orig_prog; in bpf_int_jit_compile()
66 prog = orig_prog; in bpf_int_jit_compile()
83 prog = orig_prog; in bpf_int_jit_compile()
88 prog = orig_prog; in bpf_int_jit_compile()
105 prog = orig_prog; in bpf_int_jit_compile()
123 prog = orig_prog; in bpf_int_jit_compile()
140 prog = orig_prog; in bpf_int_jit_compile()
151 prog = orig_prog; in bpf_int_jit_compile()
[all …]
/arch/arm64/net/
Dbpf_jit_comp.c995 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1005 return orig_prog; in bpf_int_jit_compile()
1012 return orig_prog; in bpf_int_jit_compile()
1022 prog = orig_prog; in bpf_int_jit_compile()
1040 prog = orig_prog; in bpf_int_jit_compile()
1051 prog = orig_prog; in bpf_int_jit_compile()
1056 prog = orig_prog; in bpf_int_jit_compile()
1072 prog = orig_prog; in bpf_int_jit_compile()
1089 prog = orig_prog; in bpf_int_jit_compile()
1098 prog = orig_prog; in bpf_int_jit_compile()
[all …]
/arch/sparc/net/
Dbpf_jit_comp_64.c1471 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1482 return orig_prog; in bpf_int_jit_compile()
1489 return orig_prog; in bpf_int_jit_compile()
1499 prog = orig_prog; in bpf_int_jit_compile()
1520 prog = orig_prog; in bpf_int_jit_compile()
1536 prog = orig_prog; in bpf_int_jit_compile()
1562 prog = orig_prog; in bpf_int_jit_compile()
1574 prog = orig_prog; in bpf_int_jit_compile()
1584 prog = orig_prog; in bpf_int_jit_compile()
1614 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
[all …]
/arch/x86/net/
Dbpf_jit_comp.c2012 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
2024 return orig_prog; in bpf_int_jit_compile()
2032 return orig_prog; in bpf_int_jit_compile()
2042 prog = orig_prog; in bpf_int_jit_compile()
2058 prog = orig_prog; in bpf_int_jit_compile()
2086 prog = orig_prog; in bpf_int_jit_compile()
2112 prog = orig_prog; in bpf_int_jit_compile()
2139 prog = orig_prog; in bpf_int_jit_compile()
2152 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2153 tmp : orig_prog); in bpf_int_jit_compile()
Dbpf_jit_comp32.c2333 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
2343 return orig_prog; in bpf_int_jit_compile()
2351 return orig_prog; in bpf_int_jit_compile()
2359 prog = orig_prog; in bpf_int_jit_compile()
2386 prog = orig_prog; in bpf_int_jit_compile()
2401 prog = orig_prog; in bpf_int_jit_compile()
2418 prog = orig_prog; in bpf_int_jit_compile()
2425 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
2426 tmp : orig_prog); in bpf_int_jit_compile()
/arch/arm/net/
Dbpf_jit_32.c1898 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1910 return orig_prog; in bpf_int_jit_compile()
1919 return orig_prog; in bpf_int_jit_compile()
1934 prog = orig_prog; in bpf_int_jit_compile()
1949 prog = orig_prog; in bpf_int_jit_compile()
1968 prog = orig_prog; in bpf_int_jit_compile()
1993 prog = orig_prog; in bpf_int_jit_compile()
2009 prog = orig_prog; in bpf_int_jit_compile()
2018 prog = orig_prog; in bpf_int_jit_compile()
2041 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
[all …]
/arch/mips/net/
Debpf_jit.c1802 struct bpf_prog *orig_prog = prog; in bpf_int_jit_compile() local
1818 return orig_prog; in bpf_int_jit_compile()
1921 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1922 tmp : orig_prog); in bpf_int_jit_compile()
1929 prog = orig_prog; in bpf_int_jit_compile()