Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dcgroup.c2613 return &bpf_get_current_comm_proto; in cgroup_current_func_proto()
H A Dhelpers.c273 const struct bpf_func_proto bpf_get_current_comm_proto = { variable
H A Dcore.c2955 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
/linux-6.15/include/linux/
H A Dbpf.h3327 extern const struct bpf_func_proto bpf_get_current_comm_proto;
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1462 return &bpf_get_current_comm_proto; in bpf_tracing_func_proto()