Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c229 return bpf_prog_has_trampoline(prog) ? &bpf_get_attach_cookie_proto : NULL; in bpf_lsm_func_proto()
H A Dtrampoline.c107 bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() function
H A Dverifier.c9894 if (!bpf_prog_has_trampoline(env->prog)) { in check_get_func_ip()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1998 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_arg_proto : NULL; in tracing_prog_func_proto()
2000 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_ret_proto : NULL; in tracing_prog_func_proto()
2002 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_arg_cnt_proto : NULL; in tracing_prog_func_proto()
2004 return bpf_prog_has_trampoline(prog) ? &bpf_get_attach_cookie_proto_tracing : NULL; in tracing_prog_func_proto()
/openbmc/linux/include/linux/
H A Dbpf.h1327 bool bpf_prog_has_trampoline(const struct bpf_prog *prog);
1356 static inline bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() function