bpf_get_current_cgroup_id_proto 1047 include/linux/bpf.h extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto; bpf_get_current_cgroup_id_proto 806 kernel/bpf/cgroup.c return &bpf_get_current_cgroup_id_proto; bpf_get_current_cgroup_id_proto 2043 kernel/bpf/core.c const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; bpf_get_current_cgroup_id_proto 323 kernel/bpf/helpers.c const struct bpf_func_proto bpf_get_current_cgroup_id_proto = { bpf_get_current_cgroup_id_proto 732 kernel/trace/bpf_trace.c return &bpf_get_current_cgroup_id_proto;