Home
last modified time | relevance | path

Searched refs:bpf_prog_was_classic (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Dfilter.h832 static inline bool bpf_prog_was_classic(const struct bpf_prog *prog) in bpf_prog_was_classic() function
/linux-5.19.10/arch/arm64/net/
Dbpf_jit_comp.c1362 bool was_classic = bpf_prog_was_classic(prog); in bpf_int_jit_compile()
/linux-5.19.10/arch/x86/net/
Dbpf_jit_comp.c916 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()
/linux-5.19.10/kernel/bpf/
Dcore.c649 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()