Home
last modified time | relevance | path

Searched refs:bpf_attach_type (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/bpf/prog/
H A Dutil.rs1 use crate::include::bindings::linux_bpf::{bpf_attach_type, bpf_attr, bpf_prog_type};
61 pub expected_attach_type: bpf_attach_type,
88 bpf_attach_type::from_u32(u.expected_attach_type).ok_or(SystemError::EINVAL)?; in try_from()
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs372 pub enum bpf_attach_type { enum