Home
last modified time | relevance | path

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

/linux/arch/parisc/net/
H A Dbpf_jit_core.c48 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux/arch/loongarch/net/
H A Dbpf_jit.c1189 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux/arch/mips/net/
H A Dbpf_jit_comp.c914 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1482 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux/arch/x86/net/
H A Dbpf_jit_comp32.c2524 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
H A Dbpf_jit_comp.c3423 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux/arch/arm/net/
H A Dbpf_jit_32.c2147 struct bpf_prog *tmp, *orig_prog = prog; in bpf_int_jit_compile() local
/linux/include/linux/
H A Dbpf.h1627 struct sock_fprog_kern *orig_prog; /* Original BPF program */ member