Home
last modified time | relevance | path

Searched refs:bpf_get_current_uid_gid_proto (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dcgroup.c2611 return &bpf_get_current_uid_gid_proto; in cgroup_current_func_proto()
H A Dhelpers.c252 const struct bpf_func_proto bpf_get_current_uid_gid_proto = { variable
H A Dcore.c2954 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
/linux-6.15/include/linux/
H A Dbpf.h3326 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1460 return &bpf_get_current_uid_gid_proto; in bpf_tracing_func_proto()
/linux-6.15/net/core/
H A Dfilter.c8493 return &bpf_get_current_uid_gid_proto; in sk_msg_func_proto()