Searched refs:bpf_func_proto (Results 1 – 7 of 7) sorted by relevance
77 struct bpf_func_proto { struct101 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id); argument157 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;158 extern const struct bpf_func_proto bpf_map_update_elem_proto;159 extern const struct bpf_func_proto bpf_map_delete_elem_proto;161 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;162 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
46 const struct bpf_func_proto bpf_map_lookup_elem_proto = {65 const struct bpf_func_proto bpf_map_update_elem_proto = {85 const struct bpf_func_proto bpf_map_delete_elem_proto = {98 const struct bpf_func_proto bpf_get_prandom_u32_proto = {109 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
660 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;661 const struct bpf_func_proto bpf_map_update_elem_proto __weak;662 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;664 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;665 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
382 const struct bpf_func_proto *fn; in fixup_bpf_calls()
839 const struct bpf_func_proto *fn = NULL; in check_call()
73 static const struct bpf_func_proto bpf_probe_read_proto = {88 static const struct bpf_func_proto bpf_ktime_get_ns_proto = {154 static const struct bpf_func_proto bpf_trace_printk_proto = {162 static const struct bpf_func_proto *kprobe_prog_func_proto(enum bpf_func_id func_id) in kprobe_prog_func_proto()
1243 const struct bpf_func_proto bpf_skb_store_bytes_proto = {1293 const struct bpf_func_proto bpf_l3_csum_replace_proto = {1341 const struct bpf_func_proto bpf_l4_csum_replace_proto = {1352 static const struct bpf_func_proto *1371 static const struct bpf_func_proto *