Home
last modified time | relevance | path

Searched refs:bpf_copy_from_user_task_proto (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c702 const struct bpf_func_proto bpf_copy_from_user_task_proto = { variable
/openbmc/linux/include/linux/
H A Dbpf.h3055 extern const struct bpf_func_proto bpf_copy_from_user_task_proto;
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1535 return &bpf_copy_from_user_task_proto; in bpf_tracing_func_proto()