Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1433 static inline bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen() function
/linux/kernel/bpf/
H A Dverifier.c10063 if (bpf_map_key_unseen(aux)) in record_func_key()