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

/linux-master/kernel/bpf/
H A Dverifier.c196 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV)) macro
212 return BPF_MAP_PTR(aux->map_ptr_state) == BPF_MAP_PTR_POISON;
9661 map = BPF_MAP_PTR(insn_aux->map_ptr_state);
10020 if (!BPF_MAP_PTR(aux->map_ptr_state))
10023 else if (BPF_MAP_PTR(aux->map_ptr_state) != meta->map_ptr)
19826 .tail_call.map = BPF_MAP_PTR(aux->map_ptr_state),
19855 map_ptr = BPF_MAP_PTR(aux->map_ptr_state);
19963 map_ptr = BPF_MAP_PTR(aux->map_ptr_state);

Completed in 344 milliseconds