Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dquery.rs28 use crate::ProgramAttachType;
600 pub attach_type: ProgramAttachType,
608 pub attach_type: ProgramAttachType,
616 pub attach_type: ProgramAttachType,
670 attach_type: ProgramAttachType::from(unsafe { in from_uapi()
676 attach_type: ProgramAttachType::from(unsafe { in from_uapi()
683 attach_type: ProgramAttachType::from(unsafe { in from_uapi()
Dprogram.rs201 pub fn set_attach_type(&mut self, attach_type: ProgramAttachType) { in set_attach_type() argument
405 pub enum ProgramAttachType { enum
452 impl From<u32> for ProgramAttachType { implementation
454 use ProgramAttachType::*; in from()
633 pub fn attach_type(&self) -> ProgramAttachType { in attach_type() argument
634 ProgramAttachType::from(unsafe { in attach_type()
1191 use ProgramAttachType::*; in program_attach_type()
1241 discriminant(&ProgramAttachType::from(t as u32)) in program_attach_type()
Dlib.rs138 pub use crate::program::ProgramAttachType;