Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1655 #define BPF_MAP_KEY_POISON (1ULL << 63) macro
1670 return aux->map_key_state & BPF_MAP_KEY_POISON; in bpf_map_key_poisoned()
1680 return aux->map_key_state & ~(BPF_MAP_KEY_SEEN | BPF_MAP_KEY_POISON); in bpf_map_key_immediate()
/linux/kernel/bpf/
H A Dverifier.c238 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()
10578 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()
10589 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()