Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c187 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV)) macro
191 return BPF_MAP_PTR(aux->map_ptr_state) == BPF_MAP_PTR_POISON; in bpf_map_ptr_poisoned()
5268 if (!BPF_MAP_PTR(aux->map_ptr_state)) in record_func_map()
5271 else if (BPF_MAP_PTR(aux->map_ptr_state) != meta->map_ptr) in record_func_map()
11528 .tail_call.map = BPF_MAP_PTR(aux->map_ptr_state), in fixup_bpf_calls()
11557 map_ptr = BPF_MAP_PTR(aux->map_ptr_state); in fixup_bpf_calls()
11591 map_ptr = BPF_MAP_PTR(aux->map_ptr_state); in fixup_bpf_calls()