Lines Matching refs:bpf_func_proto

319 struct bpf_func_proto {  struct
439 const struct bpf_func_proto *
1007 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1449 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
1639 static inline const struct bpf_func_proto *
1785 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
1786 extern const struct bpf_func_proto bpf_map_update_elem_proto;
1787 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
1788 extern const struct bpf_func_proto bpf_map_push_elem_proto;
1789 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
1790 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
1792 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
1793 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
1794 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
1795 extern const struct bpf_func_proto bpf_tail_call_proto;
1796 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
1797 extern const struct bpf_func_proto bpf_ktime_get_boot_ns_proto;
1798 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
1799 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
1800 extern const struct bpf_func_proto bpf_get_current_comm_proto;
1801 extern const struct bpf_func_proto bpf_get_stackid_proto;
1802 extern const struct bpf_func_proto bpf_get_stack_proto;
1803 extern const struct bpf_func_proto bpf_get_task_stack_proto;
1804 extern const struct bpf_func_proto bpf_get_stackid_proto_pe;
1805 extern const struct bpf_func_proto bpf_get_stack_proto_pe;
1806 extern const struct bpf_func_proto bpf_sock_map_update_proto;
1807 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
1808 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
1809 extern const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto;
1810 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
1811 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
1812 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
1813 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
1814 extern const struct bpf_func_proto bpf_spin_lock_proto;
1815 extern const struct bpf_func_proto bpf_spin_unlock_proto;
1816 extern const struct bpf_func_proto bpf_get_local_storage_proto;
1817 extern const struct bpf_func_proto bpf_strtol_proto;
1818 extern const struct bpf_func_proto bpf_strtoul_proto;
1819 extern const struct bpf_func_proto bpf_tcp_sock_proto;
1820 extern const struct bpf_func_proto bpf_jiffies64_proto;
1821 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
1822 extern const struct bpf_func_proto bpf_event_output_data_proto;
1823 extern const struct bpf_func_proto bpf_ringbuf_output_proto;
1824 extern const struct bpf_func_proto bpf_ringbuf_reserve_proto;
1825 extern const struct bpf_func_proto bpf_ringbuf_submit_proto;
1826 extern const struct bpf_func_proto bpf_ringbuf_discard_proto;
1827 extern const struct bpf_func_proto bpf_ringbuf_query_proto;
1828 extern const struct bpf_func_proto bpf_skc_to_tcp6_sock_proto;
1829 extern const struct bpf_func_proto bpf_skc_to_tcp_sock_proto;
1830 extern const struct bpf_func_proto bpf_skc_to_tcp_timewait_sock_proto;
1831 extern const struct bpf_func_proto bpf_skc_to_tcp_request_sock_proto;
1832 extern const struct bpf_func_proto bpf_skc_to_udp6_sock_proto;
1833 extern const struct bpf_func_proto bpf_copy_from_user_proto;
1834 extern const struct bpf_func_proto bpf_snprintf_btf_proto;
1835 extern const struct bpf_func_proto bpf_per_cpu_ptr_proto;
1836 extern const struct bpf_func_proto bpf_this_cpu_ptr_proto;
1838 const struct bpf_func_proto *bpf_tracing_func_proto(
1841 const struct bpf_func_proto *tracing_prog_func_proto(