Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c177 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV)) macro
181 return BPF_MAP_PTR(aux->map_state) == BPF_MAP_PTR_POISON; in bpf_map_ptr_poisoned()
3919 if (!BPF_MAP_PTR(aux->map_state)) in record_func_map()
3922 else if (BPF_MAP_PTR(aux->map_state) != meta->map_ptr) in record_func_map()
9040 map_ptr = BPF_MAP_PTR(aux->map_state); in fixup_bpf_calls()
9074 map_ptr = BPF_MAP_PTR(aux->map_state); in fixup_bpf_calls()