Home
last modified time | relevance | path

Searched refs:BPF_MAP_PTR (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/kernel/bpf/
Dverifier.c192 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV)) macro
206 return BPF_MAP_PTR(aux->map_ptr_state) == BPF_MAP_PTR_POISON; in bpf_map_ptr_poisoned()
9422 map = BPF_MAP_PTR(insn_aux->map_ptr_state); in set_map_elem_callback_state()
9773 if (!BPF_MAP_PTR(aux->map_ptr_state)) in record_func_map()
9776 else if (BPF_MAP_PTR(aux->map_ptr_state) != meta->map_ptr) in record_func_map()
19035 .tail_call.map = BPF_MAP_PTR(aux->map_ptr_state), in do_misc_fixups()
19064 map_ptr = BPF_MAP_PTR(aux->map_ptr_state); in do_misc_fixups()
19153 map_ptr = BPF_MAP_PTR(aux->map_ptr_state); in do_misc_fixups()