Home
last modified time | relevance | path

Searched refs:bpf_get_current_comm_proto (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c227 const struct bpf_func_proto bpf_get_current_comm_proto = { variable
Dcore.c2270 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
/kernel/linux/linux-5.10/include/linux/
Dbpf.h1935 extern const struct bpf_func_proto bpf_get_current_comm_proto;
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1280 return &bpf_get_current_comm_proto; in bpf_tracing_func_proto()
/kernel/linux/linux-5.10/net/core/
Dfilter.c6973 return &bpf_get_current_comm_proto; in sock_filter_func_proto()
7019 return &bpf_get_current_comm_proto; in sock_addr_func_proto()