Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dhelpers.c250 const struct bpf_func_proto bpf_get_current_uid_gid_proto = { variable
Dcgroup.c2570 return &bpf_get_current_uid_gid_proto; in cgroup_current_func_proto()
Dcore.c2811 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
/linux-6.6.21/include/linux/
Dbpf.h2970 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
/linux-6.6.21/kernel/trace/
Dbpf_trace.c1465 return &bpf_get_current_uid_gid_proto; in bpf_tracing_func_proto()
/linux-6.6.21/net/core/
Dfilter.c8315 return &bpf_get_current_uid_gid_proto; in sk_msg_func_proto()