Lines Matching refs:bpf_func_proto
231 struct bpf_func_proto { struct
307 const struct bpf_func_proto *
486 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1028 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
1029 extern const struct bpf_func_proto bpf_map_update_elem_proto;
1030 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
1031 extern const struct bpf_func_proto bpf_map_push_elem_proto;
1032 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
1033 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
1035 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
1036 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
1037 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
1038 extern const struct bpf_func_proto bpf_tail_call_proto;
1039 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
1040 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
1041 extern const struct bpf_func_proto bpf_get_current_uid_gid_proto;
1042 extern const struct bpf_func_proto bpf_get_current_comm_proto;
1043 extern const struct bpf_func_proto bpf_get_stackid_proto;
1044 extern const struct bpf_func_proto bpf_get_stack_proto;
1045 extern const struct bpf_func_proto bpf_sock_map_update_proto;
1046 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
1047 extern const struct bpf_func_proto bpf_get_current_cgroup_id_proto;
1048 extern const struct bpf_func_proto bpf_msg_redirect_hash_proto;
1049 extern const struct bpf_func_proto bpf_msg_redirect_map_proto;
1050 extern const struct bpf_func_proto bpf_sk_redirect_hash_proto;
1051 extern const struct bpf_func_proto bpf_sk_redirect_map_proto;
1052 extern const struct bpf_func_proto bpf_spin_lock_proto;
1053 extern const struct bpf_func_proto bpf_spin_unlock_proto;
1054 extern const struct bpf_func_proto bpf_get_local_storage_proto;
1055 extern const struct bpf_func_proto bpf_strtol_proto;
1056 extern const struct bpf_func_proto bpf_strtoul_proto;
1057 extern const struct bpf_func_proto bpf_tcp_sock_proto;