Lines Matching refs:bpf_func_proto
171 struct bpf_func_proto { struct
238 const struct bpf_func_proto *
333 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
806 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
807 extern const struct bpf_func_proto bpf_map_update_elem_proto;
808 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
810 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
811 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
812 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
813 extern const struct bpf_func_proto bpf_tail_call_proto;
814 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
815 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
816 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
817 extern const struct bpf_func_proto bpf_get_current_comm_proto;
818 extern const struct bpf_func_proto bpf_get_stackid_proto;
819 extern const struct bpf_func_proto bpf_get_stack_proto;
820 extern const struct bpf_func_proto bpf_sock_map_update_proto;
821 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
822 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
824 extern const struct bpf_func_proto bpf_get_local_storage_proto;