Lines Matching refs:bpf_func_proto
716 struct bpf_func_proto { struct
862 const struct bpf_func_proto *
1634 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1635 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void);
2042 typedef const struct bpf_func_proto *
2080 const struct bpf_func_proto *
2230 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
2459 static inline const struct bpf_func_proto *
2702 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
2703 extern const struct bpf_func_proto bpf_map_update_elem_proto;
2704 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
2705 extern const struct bpf_func_proto bpf_map_push_elem_proto;
2706 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
2707 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
2708 extern const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto;
2710 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
2711 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
2712 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
2713 extern const struct bpf_func_proto bpf_tail_call_proto;
2714 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
2715 extern const struct bpf_func_proto bpf_ktime_get_boot_ns_proto;
2716 extern const struct bpf_func_proto bpf_ktime_get_tai_ns_proto;
2717 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
2718 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
2719 extern const struct bpf_func_proto bpf_get_current_comm_proto;
2720 extern const struct bpf_func_proto bpf_get_stackid_proto;
2721 extern const struct bpf_func_proto bpf_get_stack_proto;
2722 extern const struct bpf_func_proto bpf_get_task_stack_proto;
2723 extern const struct bpf_func_proto bpf_get_stackid_proto_pe;
2724 extern const struct bpf_func_proto bpf_get_stack_proto_pe;
2725 extern const struct bpf_func_proto bpf_sock_map_update_proto;
2726 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
2727 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
2728 extern const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto;
2729 extern const struct bpf_func_proto bpf_get_cgroup_classid_curr_proto;
2730 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
2731 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
2732 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
2733 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
2734 extern const struct bpf_func_proto bpf_spin_lock_proto;
2735 extern const struct bpf_func_proto bpf_spin_unlock_proto;
2736 extern const struct bpf_func_proto bpf_get_local_storage_proto;
2737 extern const struct bpf_func_proto bpf_strtol_proto;
2738 extern const struct bpf_func_proto bpf_strtoul_proto;
2739 extern const struct bpf_func_proto bpf_tcp_sock_proto;
2740 extern const struct bpf_func_proto bpf_jiffies64_proto;
2741 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
2742 extern const struct bpf_func_proto bpf_event_output_data_proto;
2743 extern const struct bpf_func_proto bpf_ringbuf_output_proto;
2744 extern const struct bpf_func_proto bpf_ringbuf_reserve_proto;
2745 extern const struct bpf_func_proto bpf_ringbuf_submit_proto;
2746 extern const struct bpf_func_proto bpf_ringbuf_discard_proto;
2747 extern const struct bpf_func_proto bpf_ringbuf_query_proto;
2748 extern const struct bpf_func_proto bpf_ringbuf_reserve_dynptr_proto;
2749 extern const struct bpf_func_proto bpf_ringbuf_submit_dynptr_proto;
2750 extern const struct bpf_func_proto bpf_ringbuf_discard_dynptr_proto;
2751 extern const struct bpf_func_proto bpf_skc_to_tcp6_sock_proto;
2752 extern const struct bpf_func_proto bpf_skc_to_tcp_sock_proto;
2753 extern const struct bpf_func_proto bpf_skc_to_tcp_timewait_sock_proto;
2754 extern const struct bpf_func_proto bpf_skc_to_tcp_request_sock_proto;
2755 extern const struct bpf_func_proto bpf_skc_to_udp6_sock_proto;
2756 extern const struct bpf_func_proto bpf_skc_to_unix_sock_proto;
2757 extern const struct bpf_func_proto bpf_skc_to_mptcp_sock_proto;
2758 extern const struct bpf_func_proto bpf_copy_from_user_proto;
2759 extern const struct bpf_func_proto bpf_snprintf_btf_proto;
2760 extern const struct bpf_func_proto bpf_snprintf_proto;
2761 extern const struct bpf_func_proto bpf_per_cpu_ptr_proto;
2762 extern const struct bpf_func_proto bpf_this_cpu_ptr_proto;
2763 extern const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto;
2764 extern const struct bpf_func_proto bpf_sock_from_file_proto;
2765 extern const struct bpf_func_proto bpf_get_socket_ptr_cookie_proto;
2766 extern const struct bpf_func_proto bpf_task_storage_get_recur_proto;
2767 extern const struct bpf_func_proto bpf_task_storage_get_proto;
2768 extern const struct bpf_func_proto bpf_task_storage_delete_recur_proto;
2769 extern const struct bpf_func_proto bpf_task_storage_delete_proto;
2770 extern const struct bpf_func_proto bpf_for_each_map_elem_proto;
2771 extern const struct bpf_func_proto bpf_btf_find_by_name_kind_proto;
2772 extern const struct bpf_func_proto bpf_sk_setsockopt_proto;
2773 extern const struct bpf_func_proto bpf_sk_getsockopt_proto;
2774 extern const struct bpf_func_proto bpf_unlocked_sk_setsockopt_proto;
2775 extern const struct bpf_func_proto bpf_unlocked_sk_getsockopt_proto;
2776 extern const struct bpf_func_proto bpf_find_vma_proto;
2777 extern const struct bpf_func_proto bpf_loop_proto;
2778 extern const struct bpf_func_proto bpf_copy_from_user_task_proto;
2779 extern const struct bpf_func_proto bpf_set_retval_proto;
2780 extern const struct bpf_func_proto bpf_get_retval_proto;
2781 extern const struct bpf_func_proto bpf_user_ringbuf_drain_proto;
2782 extern const struct bpf_func_proto bpf_cgrp_storage_get_proto;
2783 extern const struct bpf_func_proto bpf_cgrp_storage_delete_proto;
2785 const struct bpf_func_proto *tracing_prog_func_proto(