Searched defs:__weak (Results 1 – 9 of 9) sorted by relevance
2199 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable2200 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable2201 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable2202 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable2203 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable2204 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable2205 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable2206 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable2207 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable2209 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable[all …]
654 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable655 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable656 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable657 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable658 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
15 #define __weak __attribute__((weak)) macro
12 #define __weak __attribute__((weak)) macro
39 #define __weak __attribute__((weak)) macro
92 # define __weak __attribute__((weak)) macro
279 #define __weak __attribute__((__weak__)) macro
6902 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable6903 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable7036 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable7037 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable7246 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable7247 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable7288 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable7289 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable7334 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable7335 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
1234 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument1246 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument1252 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument