Lines Matching refs:bpf_func_proto
762 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
763 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
764 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
766 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
767 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
768 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
769 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
770 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
771 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
772 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
778 const struct bpf_func_proto bpf_tail_call_proto = {