Lines Matching refs:bpf_func_proto
3077 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
3078 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
3079 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
3080 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
3081 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
3082 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
3083 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
3084 const struct bpf_func_proto bpf_spin_lock_proto __weak;
3085 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
3086 const struct bpf_func_proto bpf_jiffies64_proto __weak;
3088 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
3089 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
3090 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
3091 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
3092 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak;
3093 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak;
3094 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak;
3096 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
3097 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
3098 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
3099 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak;
3100 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak;
3101 const struct bpf_func_proto bpf_get_local_storage_proto __weak;
3102 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
3103 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
3104 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak;
3105 const struct bpf_func_proto bpf_set_retval_proto __weak;
3106 const struct bpf_func_proto bpf_get_retval_proto __weak;
3108 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
3113 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
3118 const struct bpf_func_proto * __weak bpf_get_perf_event_read_value_proto(void) in bpf_get_perf_event_read_value_proto()
3132 const struct bpf_func_proto bpf_tail_call_proto = {