Lines Matching refs:key

18 	__type(key, int);
28 int key = 0; in size_not_bpf_dw() local
30 v = bpf_map_lookup_elem(&array_map, &key); in size_not_bpf_dw()
43 int key = 0, id; in non_const_var_off() local
45 v = bpf_map_lookup_elem(&array_map, &key); in non_const_var_off()
62 int key = 0, id; in non_const_var_off_kptr_xchg() local
64 v = bpf_map_lookup_elem(&array_map, &key); in non_const_var_off_kptr_xchg()
81 int key = 0; in misaligned_access_write() local
83 v = bpf_map_lookup_elem(&array_map, &key); in misaligned_access_write()
97 int key = 0; in misaligned_access_read() local
99 v = bpf_map_lookup_elem(&array_map, &key); in misaligned_access_read()
112 int key = 0, id; in reject_var_off_store() local
114 v = bpf_map_lookup_elem(&array_map, &key); in reject_var_off_store()
136 int key = 0; in reject_bad_type_match() local
138 v = bpf_map_lookup_elem(&array_map, &key); in reject_bad_type_match()
156 int key = 0; in marked_as_untrusted_or_null() local
158 v = bpf_map_lookup_elem(&array_map, &key); in marked_as_untrusted_or_null()
172 int key = 0; in correct_btf_id_check_size() local
174 v = bpf_map_lookup_elem(&array_map, &key); in correct_btf_id_check_size()
190 int key = 0; in inherit_untrusted_on_walk() local
192 v = bpf_map_lookup_elem(&array_map, &key); in inherit_untrusted_on_walk()
209 int key = 0; in reject_kptr_xchg_on_unref() local
211 v = bpf_map_lookup_elem(&array_map, &key); in reject_kptr_xchg_on_unref()
224 int key = 0; in mark_ref_as_untrusted_or_null() local
226 v = bpf_map_lookup_elem(&array_map, &key); in mark_ref_as_untrusted_or_null()
240 int key = 0; in reject_untrusted_store_to_ref() local
242 v = bpf_map_lookup_elem(&array_map, &key); in reject_untrusted_store_to_ref()
260 int key = 0; in reject_untrusted_xchg() local
262 v = bpf_map_lookup_elem(&array_map, &key); in reject_untrusted_xchg()
280 int key = 0; in reject_bad_type_xchg() local
282 v = bpf_map_lookup_elem(&array_map, &key); in reject_bad_type_xchg()
299 int key = 0; in reject_member_of_ref_xchg() local
301 v = bpf_map_lookup_elem(&array_map, &key); in reject_member_of_ref_xchg()
317 int key = 0; in reject_indirect_helper_access() local
319 v = bpf_map_lookup_elem(&array_map, &key); in reject_indirect_helper_access()
338 int key = 0; in reject_indirect_global_func_access() local
340 v = bpf_map_lookup_elem(&array_map, &key); in reject_indirect_global_func_access()
353 int key = 0; in kptr_xchg_ref_state() local
355 v = bpf_map_lookup_elem(&array_map, &key); in kptr_xchg_ref_state()
372 int key = 0; in kptr_xchg_possibly_null() local
374 v = bpf_map_lookup_elem(&array_map, &key); in kptr_xchg_possibly_null()