Searched refs:bpf_prog_has_trampoline (Results 1 – 5 of 5) sorted by relevance
260 return bpf_prog_has_trampoline(prog) ? &bpf_get_attach_cookie_proto : NULL; in bpf_lsm_func_proto()
177 bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() function
10707 if (!bpf_prog_has_trampoline(env->prog)) { in check_get_func_ip()
1776 if (bpf_prog_has_trampoline(prog) || in tracing_prog_func_proto()1781 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_ret_proto : NULL; in tracing_prog_func_proto()1783 if (bpf_prog_has_trampoline(prog) || in tracing_prog_func_proto()1791 return bpf_prog_has_trampoline(prog) ? &bpf_get_attach_cookie_proto_tracing : NULL; in tracing_prog_func_proto()
1601 bool bpf_prog_has_trampoline(const struct bpf_prog *prog);1635 static inline bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() function