Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dhelpers.c695 const struct bpf_func_proto bpf_copy_from_user_task_proto = { variable
/Linux-v6.6/include/linux/
Dbpf.h3012 extern const struct bpf_func_proto bpf_copy_from_user_task_proto;
/Linux-v6.6/kernel/trace/
Dbpf_trace.c1529 return &bpf_copy_from_user_task_proto; in bpf_tracing_func_proto()