pub fn populate_topology_maps(
skel: &mut OpenBpfSkel<'_>,
map: MapKind,
file: Option<String>,
) -> Result<()>Expand description
Update global arrays for LLC topology before BPF program load. This function writes directly to the skeleton’s BSS section.