Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c1683 bpf_prog_was_classic(bpf_prog), tail_call_reachable, in do_jit()
2734 if (bpf_prog_was_classic(bpf_prog) && in do_jit()
/linux/include/linux/
H A Dfilter.h1030 static inline bool bpf_prog_was_classic(const struct bpf_prog *prog) in bpf_prog_was_classic() function
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2013 bool was_classic = bpf_prog_was_classic(prog); in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dcore.c665 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
/linux/net/core/
H A Dfilter.c1671 if (bpf_prog_was_classic(prog)) in sk_reuseport_prog_free()