Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs201 pub fn set_attach_type(&mut self, attach_type: ProgramAttachType) { in set_attach_type()
405 pub enum ProgramAttachType { enum
452 impl From<u32> for ProgramAttachType { implementation
633 pub fn attach_type(&self) -> ProgramAttachType { in attach_type()