Lines Matching refs:bpf_func_proto

333 struct bpf_func_proto {  struct
453 const struct bpf_func_proto *
1045 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1505 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id);
1708 static inline const struct bpf_func_proto *
1865 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
1866 extern const struct bpf_func_proto bpf_map_update_elem_proto;
1867 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
1868 extern const struct bpf_func_proto bpf_map_push_elem_proto;
1869 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
1870 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
1872 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
1873 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
1874 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
1875 extern const struct bpf_func_proto bpf_tail_call_proto;
1876 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
1877 extern const struct bpf_func_proto bpf_ktime_get_boot_ns_proto;
1878 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
1879 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
1880 extern const struct bpf_func_proto bpf_get_current_comm_proto;
1881 extern const struct bpf_func_proto bpf_get_stackid_proto;
1882 extern const struct bpf_func_proto bpf_get_stack_proto;
1883 extern const struct bpf_func_proto bpf_get_task_stack_proto;
1884 extern const struct bpf_func_proto bpf_get_stackid_proto_pe;
1885 extern const struct bpf_func_proto bpf_get_stack_proto_pe;
1886 extern const struct bpf_func_proto bpf_sock_map_update_proto;
1887 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
1888 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
1889 extern const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto;
1890 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
1891 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
1892 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
1893 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
1894 extern const struct bpf_func_proto bpf_spin_lock_proto;
1895 extern const struct bpf_func_proto bpf_spin_unlock_proto;
1896 extern const struct bpf_func_proto bpf_get_local_storage_proto;
1897 extern const struct bpf_func_proto bpf_strtol_proto;
1898 extern const struct bpf_func_proto bpf_strtoul_proto;
1899 extern const struct bpf_func_proto bpf_tcp_sock_proto;
1900 extern const struct bpf_func_proto bpf_jiffies64_proto;
1901 extern const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto;
1902 extern const struct bpf_func_proto bpf_event_output_data_proto;
1903 extern const struct bpf_func_proto bpf_ringbuf_output_proto;
1904 extern const struct bpf_func_proto bpf_ringbuf_reserve_proto;
1905 extern const struct bpf_func_proto bpf_ringbuf_submit_proto;
1906 extern const struct bpf_func_proto bpf_ringbuf_discard_proto;
1907 extern const struct bpf_func_proto bpf_ringbuf_query_proto;
1908 extern const struct bpf_func_proto bpf_skc_to_tcp6_sock_proto;
1909 extern const struct bpf_func_proto bpf_skc_to_tcp_sock_proto;
1910 extern const struct bpf_func_proto bpf_skc_to_tcp_timewait_sock_proto;
1911 extern const struct bpf_func_proto bpf_skc_to_tcp_request_sock_proto;
1912 extern const struct bpf_func_proto bpf_skc_to_udp6_sock_proto;
1913 extern const struct bpf_func_proto bpf_copy_from_user_proto;
1914 extern const struct bpf_func_proto bpf_snprintf_btf_proto;
1915 extern const struct bpf_func_proto bpf_per_cpu_ptr_proto;
1916 extern const struct bpf_func_proto bpf_this_cpu_ptr_proto;
1918 const struct bpf_func_proto *bpf_tracing_func_proto(
1921 const struct bpf_func_proto *tracing_prog_func_proto(