Home
last modified time | relevance | path

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

/Linux-v5.15/arch/riscv/net/
Dbpf_jit_core.c45 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/Linux-v5.15/arch/arm64/net/
Dbpf_jit_comp.c996 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/Linux-v5.15/arch/mips/net/
Debpf_jit.c1807 struct bpf_prog *orig_prog = prog; in bpf_int_jit_compile() local
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c2249 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
Dbpf_jit_comp32.c2508 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/Linux-v5.15/arch/sparc/net/
Dbpf_jit_comp_64.c1482 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/Linux-v5.15/arch/arm/net/
Dbpf_jit_32.c1897 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/Linux-v5.15/include/linux/
Dfilter.h587 struct sock_fprog_kern *orig_prog; /* Original BPF program */ member