Lines Matching refs:bpf_func_proto

36 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
52 const struct bpf_func_proto bpf_map_update_elem_proto = {
69 const struct bpf_func_proto bpf_map_delete_elem_proto = {
83 const struct bpf_func_proto bpf_map_push_elem_proto = {
98 const struct bpf_func_proto bpf_map_pop_elem_proto = {
111 const struct bpf_func_proto bpf_map_peek_elem_proto = {
119 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
130 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
141 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
153 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
165 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto = {
176 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto = {
192 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
212 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
238 const struct bpf_func_proto bpf_get_current_comm_proto = {
307 const struct bpf_func_proto bpf_spin_lock_proto = {
329 const struct bpf_func_proto bpf_spin_unlock_proto = {
357 const struct bpf_func_proto bpf_jiffies64_proto = {
377 const struct bpf_func_proto bpf_get_current_cgroup_id_proto = {
398 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto = {
430 const struct bpf_func_proto bpf_get_local_storage_proto = {
529 const struct bpf_func_proto bpf_strtol_proto = {
557 const struct bpf_func_proto bpf_strtoul_proto = {
601 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto = {
611 static const struct bpf_func_proto bpf_get_raw_smp_processor_id_proto = {
626 const struct bpf_func_proto bpf_event_output_data_proto = {
650 const struct bpf_func_proto bpf_copy_from_user_proto = {
667 const struct bpf_func_proto bpf_per_cpu_ptr_proto = {
680 const struct bpf_func_proto bpf_this_cpu_ptr_proto = {
1009 const struct bpf_func_proto bpf_snprintf_proto = {
1146 static const struct bpf_func_proto bpf_timer_init_proto = {
1200 static const struct bpf_func_proto bpf_timer_set_callback_proto = {
1229 static const struct bpf_func_proto bpf_timer_start_proto = {
1280 static const struct bpf_func_proto bpf_timer_cancel_proto = {
1334 const struct bpf_func_proto bpf_get_current_task_proto __weak;
1335 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak;
1336 const struct bpf_func_proto bpf_probe_read_user_proto __weak;
1337 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak;
1338 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak;
1339 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak;
1340 const struct bpf_func_proto bpf_task_pt_regs_proto __weak;
1342 const struct bpf_func_proto *