Lines Matching refs:bpf_func_proto
40 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
56 const struct bpf_func_proto bpf_map_update_elem_proto = {
73 const struct bpf_func_proto bpf_map_delete_elem_proto = {
87 const struct bpf_func_proto bpf_map_push_elem_proto = {
102 const struct bpf_func_proto bpf_map_pop_elem_proto = {
115 const struct bpf_func_proto bpf_map_peek_elem_proto = {
129 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
139 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
150 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
161 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
173 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
185 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto = {
196 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto = {
208 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto = {
224 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
244 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
265 const struct bpf_func_proto bpf_get_current_comm_proto = {
334 const struct bpf_func_proto bpf_spin_lock_proto = {
356 const struct bpf_func_proto bpf_spin_unlock_proto = {
384 const struct bpf_func_proto bpf_jiffies64_proto = {
404 const struct bpf_func_proto bpf_get_current_cgroup_id_proto = {
425 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto = {
523 const struct bpf_func_proto bpf_strtol_proto = {
551 const struct bpf_func_proto bpf_strtoul_proto = {
566 static const struct bpf_func_proto bpf_strncmp_proto = {
608 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = {
618 static const struct bpf_func_proto bpf_get_raw_smp_processor_id_proto = {
633 const struct bpf_func_proto bpf_event_output_data_proto = {
657 const struct bpf_func_proto bpf_copy_from_user_proto = {
687 const struct bpf_func_proto bpf_copy_from_user_task_proto = {
707 const struct bpf_func_proto bpf_per_cpu_ptr_proto = {
720 const struct bpf_func_proto bpf_this_cpu_ptr_proto = {
1047 const struct bpf_func_proto bpf_snprintf_proto = {
1184 static const struct bpf_func_proto bpf_timer_init_proto = {
1238 static const struct bpf_func_proto bpf_timer_set_callback_proto = {
1267 static const struct bpf_func_proto bpf_timer_start_proto = {
1318 static const struct bpf_func_proto bpf_timer_cancel_proto = {
1383 static const struct bpf_func_proto bpf_kptr_xchg_proto = {
1470 static const struct bpf_func_proto bpf_dynptr_from_mem_proto = {
1497 static const struct bpf_func_proto bpf_dynptr_read_proto = {
1525 static const struct bpf_func_proto bpf_dynptr_write_proto = {
1553 static const struct bpf_func_proto bpf_dynptr_data_proto = {
1562 const struct bpf_func_proto bpf_get_current_task_proto __weak;
1563 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak;
1564 const struct bpf_func_proto bpf_probe_read_user_proto __weak;
1565 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak;
1566 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak;
1567 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak;
1568 const struct bpf_func_proto bpf_task_pt_regs_proto __weak;
1570 const struct bpf_func_proto *