Searched refs:BPF_MAP_KEY_POISON (Results 1 – 1 of 1) sorted by relevance
183 #define BPF_MAP_KEY_POISON (1ULL << 63) macro215 return aux->map_key_state & BPF_MAP_KEY_POISON; in bpf_map_key_poisoned()225 return aux->map_key_state & ~(BPF_MAP_KEY_SEEN | BPF_MAP_KEY_POISON); in bpf_map_key_immediate()233 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()7136 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()7147 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()