github.com/cilium/cilium@v1.16.2/bpf/lib/ids.h (about) 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 /* Copyright Authors of Cilium */ 3 4 #pragma once 5 6 /* WARNING: Do not change these ids without updating pkg/bpf/collection.go */ 7 #define CILIUM_MAP_POLICY 1 8 #define CILIUM_MAP_CALLS 2 9 #define CILIUM_MAP_CUSTOM_CALLS 3 10 #define CILIUM_MAP_EGRESSPOLICY 4