Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c576 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = { variable
H A Dcore.c2273 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1901 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1311 return &bpf_get_ns_current_pid_tgid_proto; in bpf_tracing_func_proto()