Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/rc/
Dbpf-lirc.c99 return &bpf_map_push_elem_proto; in lirc_mode2_func_proto()
/Linux-v6.1/kernel/bpf/
Dhelpers.c87 const struct bpf_func_proto bpf_map_push_elem_proto = { variable
1581 return &bpf_map_push_elem_proto; in bpf_base_func_proto()
Dcore.c2617 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
/Linux-v6.1/include/linux/
Dbpf.h2495 extern const struct bpf_func_proto bpf_map_push_elem_proto;
/Linux-v6.1/kernel/trace/
Dbpf_trace.c1396 return &bpf_map_push_elem_proto; in bpf_tracing_func_proto()