Searched refs:BPF_MAP_KEY_POISON (Results 1 – 1 of 1) sorted by relevance
192 #define BPF_MAP_KEY_POISON (1ULL << 63) macro229 return aux->map_key_state & BPF_MAP_KEY_POISON; in bpf_map_key_poisoned()239 return aux->map_key_state & ~(BPF_MAP_KEY_SEEN | BPF_MAP_KEY_POISON); in bpf_map_key_immediate()247 (poisoned ? BPF_MAP_KEY_POISON : 0ULL); in bpf_map_key_store()10284 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()10295 bpf_map_key_store(aux, BPF_MAP_KEY_POISON); in record_func_key()