Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h350 u64 map_key_state; /* constant (32 bit) key tracking for maps */ member
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c210 return aux->map_key_state & BPF_MAP_KEY_POISON; in bpf_map_key_poisoned()
215 return !(aux->map_key_state & BPF_MAP_KEY_SEEN); in bpf_map_key_unseen()
220 return aux->map_key_state & ~(BPF_MAP_KEY_SEEN | BPF_MAP_KEY_POISON); in bpf_map_key_immediate()
227 aux->map_key_state = state | BPF_MAP_KEY_SEEN | in bpf_map_key_store()