attach_progs_selective

Function attach_progs_selective 

Source
pub(crate) fn attach_progs_selective(
    skel: &mut BpfSkel<'_>,
    program_names: &[&str],
) -> Result<(Vec<Link>, Vec<String>)>
Expand description

Attaches specified BPF programs to the skel If program_names is empty, attaches all programs