Lines Matching refs:bpf_func_proto
2336 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2337 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2338 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2339 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2340 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2341 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2342 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2343 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2344 const struct bpf_func_proto bpf_jiffies64_proto __weak;
2346 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
2347 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
2348 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
2349 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2350 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak;
2351 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak;
2353 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
2354 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
2355 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
2356 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak;
2357 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak;
2358 const struct bpf_func_proto bpf_get_local_storage_proto __weak;
2359 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak;
2360 const struct bpf_func_proto bpf_snprintf_btf_proto __weak;
2361 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak;
2363 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
2377 const struct bpf_func_proto bpf_tail_call_proto = {