pub fn link_program<C>(
program: &VerifiedEbpfProgram,
maps: Vec<C::Map>,
) -> Result<EbpfProgram<C>, EbpfError>where
C: EbpfProgramContext + StaticHelperSet,Expand description
Rewrites the code to ensure mapped fields are correctly handled. Returns
runnable EbpfProgram<C>.