Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c570 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = { variable
Dcore.c2274 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
/kernel/linux/linux-5.10/include/linux/
Dbpf.h1956 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1325 return &bpf_get_ns_current_pid_tgid_proto; in bpf_tracing_func_proto()