Lines Matching refs:bpf_func_proto

842 struct bpf_func_proto {  struct
1001 const struct bpf_func_proto *
2036 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
2037 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2512 typedef const struct bpf_func_proto *
2550 const struct bpf_func_proto *
2702 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
2971 static inline const struct bpf_func_proto *
3273 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
3274 extern const struct bpf_func_proto bpf_map_update_elem_proto;
3275 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
3276 extern const struct bpf_func_proto bpf_map_push_elem_proto;
3277 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
3278 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
3279 extern const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto;
3281 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
3282 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
3283 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
3284 extern const struct bpf_func_proto bpf_tail_call_proto;
3285 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
3286 extern const struct bpf_func_proto bpf_ktime_get_boot_ns_proto;
3287 extern const struct bpf_func_proto bpf_ktime_get_tai_ns_proto;
3288 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
3289 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
3290 extern const struct bpf_func_proto bpf_get_current_comm_proto;
3291 extern const struct bpf_func_proto bpf_get_stackid_proto;
3292 extern const struct bpf_func_proto bpf_get_stack_proto;
3293 extern const struct bpf_func_proto bpf_get_stack_sleepable_proto;
3294 extern const struct bpf_func_proto bpf_get_task_stack_proto;
3295 extern const struct bpf_func_proto bpf_get_task_stack_sleepable_proto;
3296 extern const struct bpf_func_proto bpf_get_stackid_proto_pe;
3297 extern const struct bpf_func_proto bpf_get_stack_proto_pe;
3298 extern const struct bpf_func_proto bpf_sock_map_update_proto;
3299 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
3300 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
3301 extern const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto;
3302 extern const struct bpf_func_proto bpf_get_cgroup_classid_curr_proto;
3303 extern const struct bpf_func_proto bpf_current_task_under_cgroup_proto;
3304 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
3305 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
3306 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
3307 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
3308 extern const struct bpf_func_proto bpf_spin_lock_proto;
3309 extern const struct bpf_func_proto bpf_spin_unlock_proto;
3310 extern const struct bpf_func_proto bpf_get_local_storage_proto;
3311 extern const struct bpf_func_proto bpf_strtol_proto;
3312 extern const struct bpf_func_proto bpf_strtoul_proto;
3313 extern const struct bpf_func_proto bpf_tcp_sock_proto;
3314 extern const struct bpf_func_proto bpf_jiffies64_proto;
3315 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
3316 extern const struct bpf_func_proto bpf_event_output_data_proto;
3317 extern const struct bpf_func_proto bpf_ringbuf_output_proto;
3318 extern const struct bpf_func_proto bpf_ringbuf_reserve_proto;
3319 extern const struct bpf_func_proto bpf_ringbuf_submit_proto;
3320 extern const struct bpf_func_proto bpf_ringbuf_discard_proto;
3321 extern const struct bpf_func_proto bpf_ringbuf_query_proto;
3322 extern const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto;
3323 extern const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto;
3324 extern const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto;
3325 extern const struct bpf_func_proto bpf_skc_to_tcp6_sock_proto;
3326 extern const struct bpf_func_proto bpf_skc_to_tcp_sock_proto;
3327 extern const struct bpf_func_proto bpf_skc_to_tcp_timewait_sock_proto;
3328 extern const struct bpf_func_proto bpf_skc_to_tcp_request_sock_proto;
3329 extern const struct bpf_func_proto bpf_skc_to_udp6_sock_proto;
3330 extern const struct bpf_func_proto bpf_skc_to_unix_sock_proto;
3331 extern const struct bpf_func_proto bpf_skc_to_mptcp_sock_proto;
3332 extern const struct bpf_func_proto bpf_copy_from_user_proto;
3333 extern const struct bpf_func_proto bpf_snprintf_btf_proto;
3334 extern const struct bpf_func_proto bpf_snprintf_proto;
3335 extern const struct bpf_func_proto bpf_per_cpu_ptr_proto;
3336 extern const struct bpf_func_proto bpf_this_cpu_ptr_proto;
3337 extern const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto;
3338 extern const struct bpf_func_proto bpf_sock_from_file_proto;
3339 extern const struct bpf_func_proto bpf_get_socket_ptr_cookie_proto;
3340 extern const struct bpf_func_proto bpf_task_storage_get_recur_proto;
3341 extern const struct bpf_func_proto bpf_task_storage_get_proto;
3342 extern const struct bpf_func_proto bpf_task_storage_delete_recur_proto;
3343 extern const struct bpf_func_proto bpf_task_storage_delete_proto;
3344 extern const struct bpf_func_proto bpf_for_each_map_elem_proto;
3345 extern const struct bpf_func_proto bpf_btf_find_by_name_kind_proto;
3346 extern const struct bpf_func_proto bpf_sk_setsockopt_proto;
3347 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
3348 extern const struct bpf_func_proto bpf_unlocked_sk_setsockopt_proto;
3349 extern const struct bpf_func_proto bpf_unlocked_sk_getsockopt_proto;
3350 extern const struct bpf_func_proto bpf_find_vma_proto;
3351 extern const struct bpf_func_proto bpf_loop_proto;
3352 extern const struct bpf_func_proto bpf_copy_from_user_task_proto;
3353 extern const struct bpf_func_proto bpf_set_retval_proto;
3354 extern const struct bpf_func_proto bpf_get_retval_proto;
3355 extern const struct bpf_func_proto bpf_user_ringbuf_drain_proto;
3356 extern const struct bpf_func_proto bpf_cgrp_storage_get_proto;
3357 extern const struct bpf_func_proto bpf_cgrp_storage_delete_proto;
3359 const struct bpf_func_proto *tracing_prog_func_proto(