Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dhelpers.c618 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = { variable
Dcore.c2816 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
/linux-6.6.21/include/linux/
Dbpf.h2993 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
/linux-6.6.21/kernel/trace/
Dbpf_trace.c1514 return &bpf_get_ns_current_pid_tgid_proto; in bpf_tracing_func_proto()