I\'m trying to create a hashmap in BPF in kernel code, as follows:
struct bpf_map_def SEC("maps") hash_map = { .type = BPF_MAP_TYPE_HASH, .k