Home
last modified time | relevance | path

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

/arch/arm64/net/
Dbpf_jit_comp.c850 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
858 return orig_prog; in bpf_int_jit_compile()
865 return orig_prog; in bpf_int_jit_compile()
876 prog = orig_prog; in bpf_int_jit_compile()
884 prog = orig_prog; in bpf_int_jit_compile()
889 prog = orig_prog; in bpf_int_jit_compile()
901 prog = orig_prog; in bpf_int_jit_compile()
914 prog = orig_prog; in bpf_int_jit_compile()
923 prog = orig_prog; in bpf_int_jit_compile()
942 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
[all …]
/arch/x86/net/
Dbpf_jit_comp.c1114 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1124 return orig_prog; in bpf_int_jit_compile()
1131 return orig_prog; in bpf_int_jit_compile()
1139 prog = orig_prog; in bpf_int_jit_compile()
1164 prog = orig_prog; in bpf_int_jit_compile()
1179 prog = orig_prog; in bpf_int_jit_compile()
1197 prog = orig_prog; in bpf_int_jit_compile()
1204 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1205 tmp : orig_prog); in bpf_int_jit_compile()
/arch/sparc/net/
Dbpf_jit_comp_64.c1524 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1533 return orig_prog; in bpf_int_jit_compile()
1540 return orig_prog; in bpf_int_jit_compile()
1551 prog = orig_prog; in bpf_int_jit_compile()
1559 prog = orig_prog; in bpf_int_jit_compile()
1570 prog = orig_prog; in bpf_int_jit_compile()
1583 prog = orig_prog; in bpf_int_jit_compile()
1616 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1617 tmp : orig_prog); in bpf_int_jit_compile()
/arch/arm/net/
Dbpf_jit_32.c1811 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
1823 return orig_prog; in bpf_int_jit_compile()
1832 return orig_prog; in bpf_int_jit_compile()
1846 prog = orig_prog; in bpf_int_jit_compile()
1861 prog = orig_prog; in bpf_int_jit_compile()
1880 prog = orig_prog; in bpf_int_jit_compile()
1905 prog = orig_prog; in bpf_int_jit_compile()
1921 prog = orig_prog; in bpf_int_jit_compile()
1930 prog = orig_prog; in bpf_int_jit_compile()
1953 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
[all …]
/arch/mips/net/
Debpf_jit.c1866 struct bpf_prog *orig_prog = prog; in bpf_int_jit_compile() local
1882 return orig_prog; in bpf_int_jit_compile()
1985 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
1986 tmp : orig_prog); in bpf_int_jit_compile()
1993 prog = orig_prog; in bpf_int_jit_compile()