AWS has an old kernel (4.14) where struct bpf_map did not have
the name field. Creating a map with a name caused an error.
Instead, create a map with no name. The maps are pinned to BPF FS
so bpftool should still show the names properly with 'map list'.
AWS has an old kernel (4.14) where struct bpf_map did not have the name field. Creating a map with a name caused an error. Instead, create a map with no name. The maps are pinned to BPF FS so bpftool should still show the names properly with 'map list'.