Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h576 u64 map_key_state; /* constant (32 bit) key tracking for maps */ member
/linux-6.15/kernel/bpf/
H A Dverifier.c232 return aux->map_key_state & BPF_MAP_KEY_POISON; in bpf_map_key_poisoned()
237 return !(aux->map_key_state & BPF_MAP_KEY_SEEN); in bpf_map_key_unseen()
242 return aux->map_key_state & ~(BPF_MAP_KEY_SEEN | BPF_MAP_KEY_POISON); in bpf_map_key_immediate()
249 aux->map_key_state = state | BPF_MAP_KEY_SEEN | in bpf_map_key_store()