Searched refs:bpf_map_lookup_elem_proto (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/rc/
H A Dbpf-lirc.c93 return &bpf_map_lookup_elem_proto;
/linux-master/kernel/bpf/
H A Dhelpers.c31 * bpf_map_lookup_elem_proto, so that verifier can properly check the arguments
45 const struct bpf_func_proto bpf_map_lookup_elem_proto = { variable in typeref:struct:bpf_func_proto
1690 return &bpf_map_lookup_elem_proto;
H A Dcore.c2831 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
/linux-master/include/linux/
H A Dbpf.h3153 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
/linux-master/kernel/trace/
H A Dbpf_trace.c1509 return &bpf_map_lookup_elem_proto;

Completed in 213 milliseconds