Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1423 static inline bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv() function
/linux/kernel/bpf/
H A Dfixups.c1858 !bpf_map_ptr_unpriv(aux)) { in bpf_do_misc_fixups()
1876 if (!bpf_map_ptr_unpriv(aux)) in bpf_do_misc_fixups()
H A Dverifier.c219 unpriv |= bpf_map_ptr_unpriv(aux); in bpf_map_ptr_store()