Lines Matching refs:bpf_func_proto
365 struct bpf_func_proto { struct
491 const struct bpf_func_proto *
1094 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1492 typedef const struct bpf_func_proto *
1530 const struct bpf_func_proto *
1674 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
1877 static inline const struct bpf_func_proto *
2046 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
2047 extern const struct bpf_func_proto bpf_map_update_elem_proto;
2048 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
2049 extern const struct bpf_func_proto bpf_map_push_elem_proto;
2050 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
2051 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
2053 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
2054 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
2055 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
2056 extern const struct bpf_func_proto bpf_tail_call_proto;
2057 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
2058 extern const struct bpf_func_proto bpf_ktime_get_boot_ns_proto;
2059 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
2060 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
2061 extern const struct bpf_func_proto bpf_get_current_comm_proto;
2062 extern const struct bpf_func_proto bpf_get_stackid_proto;
2063 extern const struct bpf_func_proto bpf_get_stack_proto;
2064 extern const struct bpf_func_proto bpf_get_task_stack_proto;
2065 extern const struct bpf_func_proto bpf_get_stackid_proto_pe;
2066 extern const struct bpf_func_proto bpf_get_stack_proto_pe;
2067 extern const struct bpf_func_proto bpf_sock_map_update_proto;
2068 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
2069 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
2070 extern const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto;
2071 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
2072 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
2073 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
2074 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
2075 extern const struct bpf_func_proto bpf_spin_lock_proto;
2076 extern const struct bpf_func_proto bpf_spin_unlock_proto;
2077 extern const struct bpf_func_proto bpf_get_local_storage_proto;
2078 extern const struct bpf_func_proto bpf_strtol_proto;
2079 extern const struct bpf_func_proto bpf_strtoul_proto;
2080 extern const struct bpf_func_proto bpf_tcp_sock_proto;
2081 extern const struct bpf_func_proto bpf_jiffies64_proto;
2082 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
2083 extern const struct bpf_func_proto bpf_event_output_data_proto;
2084 extern const struct bpf_func_proto bpf_ringbuf_output_proto;
2085 extern const struct bpf_func_proto bpf_ringbuf_reserve_proto;
2086 extern const struct bpf_func_proto bpf_ringbuf_submit_proto;
2087 extern const struct bpf_func_proto bpf_ringbuf_discard_proto;
2088 extern const struct bpf_func_proto bpf_ringbuf_query_proto;
2089 extern const struct bpf_func_proto bpf_skc_to_tcp6_sock_proto;
2090 extern const struct bpf_func_proto bpf_skc_to_tcp_sock_proto;
2091 extern const struct bpf_func_proto bpf_skc_to_tcp_timewait_sock_proto;
2092 extern const struct bpf_func_proto bpf_skc_to_tcp_request_sock_proto;
2093 extern const struct bpf_func_proto bpf_skc_to_udp6_sock_proto;
2094 extern const struct bpf_func_proto bpf_copy_from_user_proto;
2095 extern const struct bpf_func_proto bpf_snprintf_btf_proto;
2096 extern const struct bpf_func_proto bpf_snprintf_proto;
2097 extern const struct bpf_func_proto bpf_per_cpu_ptr_proto;
2098 extern const struct bpf_func_proto bpf_this_cpu_ptr_proto;
2099 extern const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto;
2100 extern const struct bpf_func_proto bpf_sock_from_file_proto;
2101 extern const struct bpf_func_proto bpf_get_socket_ptr_cookie_proto;
2102 extern const struct bpf_func_proto bpf_task_storage_get_proto;
2103 extern const struct bpf_func_proto bpf_task_storage_delete_proto;
2104 extern const struct bpf_func_proto bpf_for_each_map_elem_proto;
2105 extern const struct bpf_func_proto bpf_btf_find_by_name_kind_proto;
2106 extern const struct bpf_func_proto bpf_sk_setsockopt_proto;
2107 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
2109 const struct bpf_func_proto *tracing_prog_func_proto(