Lines Matching refs:bpf_func_proto
2026 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
2027 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
2028 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
2029 const struct bpf_func_proto bpf_map_push_elem_proto __weak;
2030 const struct bpf_func_proto bpf_map_pop_elem_proto __weak;
2031 const struct bpf_func_proto bpf_map_peek_elem_proto __weak;
2032 const struct bpf_func_proto bpf_spin_lock_proto __weak;
2033 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
2035 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
2036 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
2037 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
2038 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
2040 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
2041 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
2042 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
2043 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak;
2044 const struct bpf_func_proto bpf_get_local_storage_proto __weak;
2046 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
2060 const struct bpf_func_proto bpf_tail_call_proto = {