https://github.com/cilium/cilium
Raw File
Tip revision: dda367ebfabca4c70780aa53c21c872500ca8967 authored by Quentin Monnet on 11 October 2022, 14:04:21 UTC
Prepare for release v1.10.16
Tip revision: dda367e
ids.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2016-2021 Authors of Cilium */

#ifndef __LIB_IDS_H_
#define __LIB_IDS_H_

#define CILIUM_MAP_POLICY	1
#define CILIUM_MAP_CALLS	2
#define CILIUM_MAP_MAGLEV4	3
#define CILIUM_MAP_MAGLEV6	4
#define CILIUM_MAP_CUSTOM_CALLS	5

#endif /* __LIB_IDS_H_ */
back to top