Lines Matching refs:bpf_func_proto

43 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
59 const struct bpf_func_proto bpf_map_update_elem_proto = {
76 const struct bpf_func_proto bpf_map_delete_elem_proto = {
90 const struct bpf_func_proto bpf_map_push_elem_proto = {
105 const struct bpf_func_proto bpf_map_pop_elem_proto = {
118 const struct bpf_func_proto bpf_map_peek_elem_proto = {
132 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
142 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
153 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
164 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
176 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
188 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto = {
199 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto = {
211 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto = {
227 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
247 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
268 const struct bpf_func_proto bpf_get_current_comm_proto = {
339 const struct bpf_func_proto bpf_spin_lock_proto = {
362 const struct bpf_func_proto bpf_spin_unlock_proto = {
391 const struct bpf_func_proto bpf_jiffies64_proto = {
411 const struct bpf_func_proto bpf_get_current_cgroup_id_proto = {
432 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto = {
530 const struct bpf_func_proto bpf_strtol_proto = {
558 const struct bpf_func_proto bpf_strtoul_proto = {
573 static const struct bpf_func_proto bpf_strncmp_proto = {
615 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = {
625 static const struct bpf_func_proto bpf_get_raw_smp_processor_id_proto = {
640 const struct bpf_func_proto bpf_event_output_data_proto = {
664 const struct bpf_func_proto bpf_copy_from_user_proto = {
695 const struct bpf_func_proto bpf_copy_from_user_task_proto = {
716 const struct bpf_func_proto bpf_per_cpu_ptr_proto = {
729 const struct bpf_func_proto bpf_this_cpu_ptr_proto = {
1067 const struct bpf_func_proto bpf_snprintf_proto = {
1204 static const struct bpf_func_proto bpf_timer_init_proto = {
1258 static const struct bpf_func_proto bpf_timer_set_callback_proto = {
1294 static const struct bpf_func_proto bpf_timer_start_proto = {
1345 static const struct bpf_func_proto bpf_timer_cancel_proto = {
1410 static const struct bpf_func_proto bpf_kptr_xchg_proto = {
1514 static const struct bpf_func_proto bpf_dynptr_from_mem_proto = {
1558 static const struct bpf_func_proto bpf_dynptr_read_proto = {
1608 static const struct bpf_func_proto bpf_dynptr_write_proto = {
1650 static const struct bpf_func_proto bpf_dynptr_data_proto = {
1659 const struct bpf_func_proto bpf_get_current_task_proto __weak;
1660 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak;
1661 const struct bpf_func_proto bpf_probe_read_user_proto __weak;
1662 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak;
1663 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak;
1664 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak;
1665 const struct bpf_func_proto bpf_task_pt_regs_proto __weak;
1667 const struct bpf_func_proto *