Searched defs:BpfProg (Results 1 – 3 of 3) sorted by relevance
21 pub struct BpfProg { struct22 meta: BpfProgMeta, argument26 impl BpfProg { implementation47 impl IndexNode for BpfProg { implementation100 impl Drop for BpfProg { implementation
26 pub fn new(prog: BpfProg, log_level: VerifierLogLevel, log_buf: &'a mut [u8]) -> Self { in new()127 pub fn verify(mut self, fd_table: &Arc<RwLock<FileDescriptorVec>>) -> Result<BpfProg> { in verify()
60 fn new(bpf_prog_file: Arc<BpfProg>, vm: EbpfVmRawOwned) -> Self { in new()