Home
last modified time | relevance | path

Searched defs:orig_prog (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/riscv/net/
Dbpf_jit_core.c46 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/arch/loongarch/net/
Dbpf_jit.c1032 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/arch/mips/net/
Dbpf_jit_comp.c910 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1456 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/arch/sparc/net/
Dbpf_jit_comp_64.c1482 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp32.c2524 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
Dbpf_jit_comp.c2354 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/arch/arm/net/
Dbpf_jit_32.c1877 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux-6.1.9/include/linux/
Dbpf.h1241 struct sock_fprog_kern *orig_prog; /* Original BPF program */ member