Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1428 static inline bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned() function
/linux/kernel/bpf/
H A Dfixups.c1856 !bpf_map_key_poisoned(aux) && in bpf_do_misc_fixups()
H A Dverifier.c227 bool poisoned = bpf_map_key_poisoned(aux); in bpf_map_key_store()
10065 else if (!bpf_map_key_poisoned(aux) && in record_func_key()