Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/rc/
Dbpf-lirc.c99 return &bpf_map_push_elem_proto; in lirc_mode2_func_proto()
/Linux-v6.6/kernel/bpf/
Dhelpers.c90 const struct bpf_func_proto bpf_map_push_elem_proto = { variable
1678 return &bpf_map_push_elem_proto; in bpf_base_func_proto()
Dcore.c2786 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
/Linux-v6.6/include/linux/
Dbpf.h2939 extern const struct bpf_func_proto bpf_map_push_elem_proto;
/Linux-v6.6/kernel/trace/
Dbpf_trace.c1440 return &bpf_map_push_elem_proto; in bpf_tracing_func_proto()