Lines Matching refs:bpf_func_proto

852 struct bpf_func_proto {  struct
1027 const struct bpf_func_proto *
2071 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
2072 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2074 const struct bpf_func_proto *bpf_get_perf_event_read_value_proto(void);
2549 typedef const struct bpf_func_proto *
2587 const struct bpf_func_proto *
2739 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id,
3008 static inline const struct bpf_func_proto *
3310 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
3311 extern const struct bpf_func_proto bpf_map_update_elem_proto;
3312 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
3313 extern const struct bpf_func_proto bpf_map_push_elem_proto;
3314 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
3315 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
3316 extern const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto;
3318 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
3319 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
3320 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
3321 extern const struct bpf_func_proto bpf_tail_call_proto;
3322 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
3323 extern const struct bpf_func_proto bpf_ktime_get_boot_ns_proto;
3324 extern const struct bpf_func_proto bpf_ktime_get_tai_ns_proto;
3325 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
3326 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
3327 extern const struct bpf_func_proto bpf_get_current_comm_proto;
3328 extern const struct bpf_func_proto bpf_get_stackid_proto;
3329 extern const struct bpf_func_proto bpf_get_stack_proto;
3330 extern const struct bpf_func_proto bpf_get_stack_sleepable_proto;
3331 extern const struct bpf_func_proto bpf_get_task_stack_proto;
3332 extern const struct bpf_func_proto bpf_get_task_stack_sleepable_proto;
3333 extern const struct bpf_func_proto bpf_get_stackid_proto_pe;
3334 extern const struct bpf_func_proto bpf_get_stack_proto_pe;
3335 extern const struct bpf_func_proto bpf_sock_map_update_proto;
3336 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
3337 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
3338 extern const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto;
3339 extern const struct bpf_func_proto bpf_get_cgroup_classid_curr_proto;
3340 extern const struct bpf_func_proto bpf_current_task_under_cgroup_proto;
3341 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
3342 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
3343 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
3344 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
3345 extern const struct bpf_func_proto bpf_spin_lock_proto;
3346 extern const struct bpf_func_proto bpf_spin_unlock_proto;
3347 extern const struct bpf_func_proto bpf_get_local_storage_proto;
3348 extern const struct bpf_func_proto bpf_strtol_proto;
3349 extern const struct bpf_func_proto bpf_strtoul_proto;
3350 extern const struct bpf_func_proto bpf_tcp_sock_proto;
3351 extern const struct bpf_func_proto bpf_jiffies64_proto;
3352 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
3353 extern const struct bpf_func_proto bpf_event_output_data_proto;
3354 extern const struct bpf_func_proto bpf_ringbuf_output_proto;
3355 extern const struct bpf_func_proto bpf_ringbuf_reserve_proto;
3356 extern const struct bpf_func_proto bpf_ringbuf_submit_proto;
3357 extern const struct bpf_func_proto bpf_ringbuf_discard_proto;
3358 extern const struct bpf_func_proto bpf_ringbuf_query_proto;
3359 extern const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto;
3360 extern const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto;
3361 extern const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto;
3362 extern const struct bpf_func_proto bpf_skc_to_tcp6_sock_proto;
3363 extern const struct bpf_func_proto bpf_skc_to_tcp_sock_proto;
3364 extern const struct bpf_func_proto bpf_skc_to_tcp_timewait_sock_proto;
3365 extern const struct bpf_func_proto bpf_skc_to_tcp_request_sock_proto;
3366 extern const struct bpf_func_proto bpf_skc_to_udp6_sock_proto;
3367 extern const struct bpf_func_proto bpf_skc_to_unix_sock_proto;
3368 extern const struct bpf_func_proto bpf_skc_to_mptcp_sock_proto;
3369 extern const struct bpf_func_proto bpf_copy_from_user_proto;
3370 extern const struct bpf_func_proto bpf_snprintf_btf_proto;
3371 extern const struct bpf_func_proto bpf_snprintf_proto;
3372 extern const struct bpf_func_proto bpf_per_cpu_ptr_proto;
3373 extern const struct bpf_func_proto bpf_this_cpu_ptr_proto;
3374 extern const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto;
3375 extern const struct bpf_func_proto bpf_sock_from_file_proto;
3376 extern const struct bpf_func_proto bpf_get_socket_ptr_cookie_proto;
3377 extern const struct bpf_func_proto bpf_task_storage_get_recur_proto;
3378 extern const struct bpf_func_proto bpf_task_storage_get_proto;
3379 extern const struct bpf_func_proto bpf_task_storage_delete_recur_proto;
3380 extern const struct bpf_func_proto bpf_task_storage_delete_proto;
3381 extern const struct bpf_func_proto bpf_for_each_map_elem_proto;
3382 extern const struct bpf_func_proto bpf_btf_find_by_name_kind_proto;
3383 extern const struct bpf_func_proto bpf_sk_setsockopt_proto;
3384 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
3385 extern const struct bpf_func_proto bpf_unlocked_sk_setsockopt_proto;
3386 extern const struct bpf_func_proto bpf_unlocked_sk_getsockopt_proto;
3387 extern const struct bpf_func_proto bpf_find_vma_proto;
3388 extern const struct bpf_func_proto bpf_loop_proto;
3389 extern const struct bpf_func_proto bpf_copy_from_user_task_proto;
3390 extern const struct bpf_func_proto bpf_set_retval_proto;
3391 extern const struct bpf_func_proto bpf_get_retval_proto;
3392 extern const struct bpf_func_proto bpf_user_ringbuf_drain_proto;
3393 extern const struct bpf_func_proto bpf_cgrp_storage_get_proto;
3394 extern const struct bpf_func_proto bpf_cgrp_storage_delete_proto;
3396 const struct bpf_func_proto *tracing_prog_func_proto(