Lines Matching refs:bpf_func_proto

2879 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2880 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2881 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2882 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2883 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2884 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2885 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
2886 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2887 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2888 const struct bpf_func_proto bpf_jiffies64_proto __weak;
2890 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
2891 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
2892 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
2893 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2894 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak;
2895 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak;
2896 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak;
2898 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
2899 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
2900 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
2901 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak;
2902 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak;
2903 const struct bpf_func_proto bpf_get_local_storage_proto __weak;
2904 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
2905 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
2906 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak;
2907 const struct bpf_func_proto bpf_set_retval_proto __weak;
2908 const struct bpf_func_proto bpf_get_retval_proto __weak;
2910 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
2915 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
2929 const struct bpf_func_proto bpf_tail_call_proto = {