1 // SPDX-License-Identifier: GPL-2.0
4 #include <bpf/bpf_helpers.h>
6 int _version
SEC("version") = 1;
9 __uint(type
, BPF_MAP_TYPE_ARRAY
);
10 __uint(max_entries
, 1);
13 __uint(pinning
, 2); /* invalid */
14 } nopinmap3
SEC(".maps");
16 char _license
[] SEC("license") = "GPL";