Home
last modified time | relevance | path

Searched defs:ProgramAttachType (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs203 pub fn set_attach_type(&mut self, attach_type: ProgramAttachType) { in set_attach_type()
412 pub enum ProgramAttachType { enum
459 impl From<u32> for ProgramAttachType { implementation
684 pub fn attach_type(&self) -> ProgramAttachType { in attach_type()