Lines Matching refs:bpf_func_proto
45 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
62 const struct bpf_func_proto bpf_map_update_elem_proto = {
80 const struct bpf_func_proto bpf_map_delete_elem_proto = {
94 const struct bpf_func_proto bpf_map_push_elem_proto = {
109 const struct bpf_func_proto bpf_map_pop_elem_proto = {
122 const struct bpf_func_proto bpf_map_peek_elem_proto = {
136 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = {
146 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
157 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
169 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
181 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
193 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto = {
204 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto = {
216 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto = {
232 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
252 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
273 const struct bpf_func_proto bpf_get_current_comm_proto = {
344 const struct bpf_func_proto bpf_spin_lock_proto = {
367 const struct bpf_func_proto bpf_spin_unlock_proto = {
396 const struct bpf_func_proto bpf_jiffies64_proto = {
416 const struct bpf_func_proto bpf_get_current_cgroup_id_proto = {
437 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto = {
534 const struct bpf_func_proto bpf_strtol_proto = {
562 const struct bpf_func_proto bpf_strtoul_proto = {
578 static const struct bpf_func_proto bpf_strncmp_proto = {
620 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = {
630 static const struct bpf_func_proto bpf_get_raw_smp_processor_id_proto = {
645 const struct bpf_func_proto bpf_event_output_data_proto = {
669 const struct bpf_func_proto bpf_copy_from_user_proto = {
700 const struct bpf_func_proto bpf_copy_from_user_task_proto = {
721 const struct bpf_func_proto bpf_per_cpu_ptr_proto = {
734 const struct bpf_func_proto bpf_this_cpu_ptr_proto = {
1072 const struct bpf_func_proto bpf_snprintf_proto = {
1343 static const struct bpf_func_proto bpf_timer_init_proto = {
1404 static const struct bpf_func_proto bpf_timer_set_callback_proto = {
1443 static const struct bpf_func_proto bpf_timer_start_proto = {
1526 static const struct bpf_func_proto bpf_timer_cancel_proto = {
1648 static const struct bpf_func_proto bpf_kptr_xchg_proto = {
1752 static const struct bpf_func_proto bpf_dynptr_from_mem_proto = {
1796 static const struct bpf_func_proto bpf_dynptr_read_proto = {
1846 static const struct bpf_func_proto bpf_dynptr_write_proto = {
1888 static const struct bpf_func_proto bpf_dynptr_data_proto = {
1897 const struct bpf_func_proto bpf_get_current_task_proto __weak;
1898 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak;
1899 const struct bpf_func_proto bpf_probe_read_user_proto __weak;
1900 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak;
1901 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak;
1902 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak;
1903 const struct bpf_func_proto bpf_task_pt_regs_proto __weak;
1905 const struct bpf_func_proto *
2487 const struct bpf_func_proto bpf_current_task_under_cgroup_proto = {