Searched refs:bpf_attach_type (Results 1 – 2 of 2) sorted by relevance
1 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()
372 pub enum bpf_attach_type { enum