Searched refs:BPF_MAP_KEY_POISON (Results 1 – 1 of 1) sorted by relevance
186 #define BPF_MAP_KEY_POISON (1ULL << 63) macro225 return aux->map_key_state & BPF_MAP_KEY_POISON; in bpf_map_key_poisoned()235 return aux->map_key_state & ~(BPF_MAP_KEY_SEEN | BPF_MAP_KEY_POISON); in bpf_map_key_immediate()243 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()9401 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()9412 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()