Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c111 return &bpf_get_prandom_u32_proto; in lirc_mode2_func_proto()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c145 const struct bpf_func_proto bpf_get_prandom_u32_proto = { variable
1775 return &bpf_get_prandom_u32_proto; in bpf_base_func_proto()
H A Dcore.c2832 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
/openbmc/linux/include/linux/
H A Dbpf.h2987 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1482 return &bpf_get_prandom_u32_proto; in bpf_tracing_func_proto()