Lines Matching refs:__weak
963 u64 __weak bpf_jit_alloc_exec_limit(void) in bpf_jit_alloc_exec_limit()
999 void *__weak bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec()
1004 void __weak bpf_jit_free_exec(void *addr) in bpf_jit_free_exec()
1172 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
1633 u64 __weak bpf_probe_read_kernel(void *dst, u32 size, const void *unsafe_ptr) in bpf_probe_read_kernel()
2618 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2619 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2620 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2621 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2622 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2623 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2624 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2625 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2626 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2627 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2629 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
2630 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
2631 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; variable
2632 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
2633 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; variable
2634 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak; variable
2635 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak; variable
2637 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable
2638 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable
2639 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable
2640 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; variable
2641 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; variable
2642 const struct bpf_func_proto bpf_get_local_storage_proto __weak; variable
2643 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; variable
2644 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; variable
2645 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; variable
2646 const struct bpf_func_proto bpf_set_retval_proto __weak; variable
2647 const struct bpf_func_proto bpf_get_retval_proto __weak; variable
2649 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
2654 const struct bpf_func_proto * __weak bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
2659 u64 __weak
2681 struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
2689 void __weak bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile()
2693 bool __weak bpf_helper_changes_pkt_data(void *func) in bpf_helper_changes_pkt_data()
2706 bool __weak bpf_jit_needs_zext(void) in bpf_jit_needs_zext()
2712 bool __weak bpf_jit_supports_subprog_tailcalls(void) in bpf_jit_supports_subprog_tailcalls()
2717 bool __weak bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call()
2725 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()
2731 int __weak bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke()
2737 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy()
2742 int __weak bpf_arch_text_invalidate(void *dst, size_t len) in bpf_arch_text_invalidate()