Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/bpf/
Dbpf_lsm.c255 return bpf_prog_has_trampoline(prog) ? &bpf_get_attach_cookie_proto : NULL; in bpf_lsm_func_proto()
Dtrampoline.c107 bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() function
Dverifier.c10848 if (!bpf_prog_has_trampoline(env->prog)) { in check_get_func_ip()
/linux-6.14.4/kernel/trace/
Dbpf_trace.c2032 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_arg_proto : NULL; in tracing_prog_func_proto()
2034 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_ret_proto : NULL; in tracing_prog_func_proto()
2036 return bpf_prog_has_trampoline(prog) ? &bpf_get_func_arg_cnt_proto : NULL; in tracing_prog_func_proto()
2041 return bpf_prog_has_trampoline(prog) ? &bpf_get_attach_cookie_proto_tracing : NULL; in tracing_prog_func_proto()
/linux-6.14.4/include/linux/
Dbpf.h1412 bool bpf_prog_has_trampoline(const struct bpf_prog *prog);
1443 static inline bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() function