Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dhelpers.c608 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = { variable
Dcore.c2639 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
/Linux-v6.1/include/linux/
Dbpf.h2531 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
/Linux-v6.1/kernel/trace/
Dbpf_trace.c1467 return &bpf_get_ns_current_pid_tgid_proto; in bpf_tracing_func_proto()