Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilter.h799 static inline bool bpf_prog_was_classic(const struct bpf_prog *prog) in bpf_prog_was_classic() function
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1524 bool was_classic = bpf_prog_was_classic(prog); in bpf_int_jit_compile()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c1047 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()
/openbmc/linux/kernel/bpf/
H A Dcore.c676 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()