Lines Matching refs:__weak
762 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
763 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
764 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
766 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
767 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
768 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable
769 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; variable
770 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; variable
771 const struct bpf_func_proto bpf_get_current_comm_proto __weak; variable
772 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
788 void __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
795 int __weak skb_copy_bits(const struct sk_buff *skb, int offset, void *to, in skb_copy_bits()