Lines Matching refs:bpf_func_proto
50 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
66 const struct bpf_func_proto bpf_map_update_elem_proto = {
83 const struct bpf_func_proto bpf_map_delete_elem_proto = {
97 const struct bpf_func_proto bpf_map_push_elem_proto = {
112 const struct bpf_func_proto bpf_map_pop_elem_proto = {
125 const struct bpf_func_proto bpf_map_peek_elem_proto = {
139 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
149 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
160 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
172 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
184 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
196 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto = {
207 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto = {
219 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto = {
235 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
255 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
276 const struct bpf_func_proto bpf_get_current_comm_proto = {
347 const struct bpf_func_proto bpf_spin_lock_proto = {
370 const struct bpf_func_proto bpf_spin_unlock_proto = {
399 const struct bpf_func_proto bpf_jiffies64_proto = {
419 const struct bpf_func_proto bpf_get_current_cgroup_id_proto = {
440 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto = {
537 const struct bpf_func_proto bpf_strtol_proto = {
565 const struct bpf_func_proto bpf_strtoul_proto = {
581 static const struct bpf_func_proto bpf_strncmp_proto = {
623 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = {
633 static const struct bpf_func_proto bpf_get_raw_smp_processor_id_proto = {
648 const struct bpf_func_proto bpf_event_output_data_proto = {
672 const struct bpf_func_proto bpf_copy_from_user_proto = {
703 const struct bpf_func_proto bpf_copy_from_user_task_proto = {
724 const struct bpf_func_proto bpf_per_cpu_ptr_proto = {
737 const struct bpf_func_proto bpf_this_cpu_ptr_proto = {
1091 const struct bpf_func_proto bpf_snprintf_proto = {
1412 static const struct bpf_func_proto bpf_timer_init_proto = {
1507 static const struct bpf_func_proto bpf_timer_set_callback_proto = {
1556 static const struct bpf_func_proto bpf_timer_start_proto = {
1621 static const struct bpf_func_proto bpf_timer_cancel_proto = {
1743 static const struct bpf_func_proto bpf_kptr_xchg_proto = {
1886 static const struct bpf_func_proto bpf_dynptr_from_mem_proto = {
1941 static const struct bpf_func_proto bpf_dynptr_read_proto = {
2000 static const struct bpf_func_proto bpf_dynptr_write_proto = {
2043 static const struct bpf_func_proto bpf_dynptr_data_proto = {
2052 const struct bpf_func_proto bpf_get_current_task_proto __weak;
2053 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak;
2054 const struct bpf_func_proto bpf_probe_read_user_proto __weak;
2055 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak;
2056 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak;
2057 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak;
2058 const struct bpf_func_proto bpf_task_pt_regs_proto __weak;
2059 const struct bpf_func_proto bpf_perf_event_read_proto __weak;
2060 const struct bpf_func_proto bpf_send_signal_proto __weak;
2061 const struct bpf_func_proto bpf_send_signal_thread_proto __weak;
2062 const struct bpf_func_proto bpf_get_task_stack_sleepable_proto __weak;
2063 const struct bpf_func_proto bpf_get_task_stack_proto __weak;
2064 const struct bpf_func_proto bpf_get_branch_snapshot_proto __weak;
2066 const struct bpf_func_proto *
2955 const struct bpf_func_proto bpf_current_task_under_cgroup_proto = {