Searched refs:BPF_MAP_KEY_POISON (Results 1 – 2 of 2) sorted by relevance
1655 #define BPF_MAP_KEY_POISON (1ULL << 63) macro1670 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()
238 (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()