Searched refs:BpfProg (Results 1 – 3 of 3) sorted by relevance
21 pub struct BpfProg { struct26 impl BpfProg { impl47 impl IndexNode for BpfProg { implementation100 impl Drop for BpfProg { implementation117 let prog = BpfProg::new(args); in bpf_prog_load()
4 use crate::bpf::prog::BpfProg;20 prog: BpfProg,26 pub fn new(prog: BpfProg, log_level: VerifierLogLevel, log_buf: &'a mut [u8]) -> Self { in new() argument127 pub fn verify(mut self, fd_table: &Arc<RwLock<FileDescriptorVec>>) -> Result<BpfProg> { in verify() argument
5 use crate::bpf::prog::BpfProg;39 .downcast_arc::<BpfProg>() in do_set_bpf_prog()55 _bpf_prog_file: Arc<BpfProg>,60 fn new(bpf_prog_file: Arc<BpfProg>, vm: EbpfVmRawOwned) -> Self { in new() argument