Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dhelpers.c155 const struct bpf_func_proto bpf_get_current_uid_gid_proto = { variable
Dcore.c770 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
/linux-4.4.14/include/linux/
Dbpf.h213 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
/linux-4.4.14/kernel/trace/
Dbpf_trace.c285 return &bpf_get_current_uid_gid_proto; in kprobe_prog_func_proto()