pub mod aya_bpf pub use aya_bpf::bindings pub use aya_bpf::cty pub use aya_bpf::macros pub mod aya_bpf::helpers pub use aya_bpf::helpers::gen pub macro aya_bpf::helpers::bpf_printk! #[repr(transparent)] pub struct aya_bpf::helpers::PrintkArg(_) impl aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from_raw(x: u64) -> Self impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: char) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: i16) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: i32) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: i64) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: i8) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: isize) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: u16) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: u32) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: u64) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: u8) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: usize) -> aya_bpf::helpers::PrintkArg impl core::convert::From<*const T> for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: *const T) -> Self impl core::convert::From<*mut T> for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: *mut T) -> Self impl core::clone::Clone for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::clone(&self) -> aya_bpf::helpers::PrintkArg impl core::marker::Copy for aya_bpf::helpers::PrintkArg impl core::marker::Send for aya_bpf::helpers::PrintkArg impl core::marker::Sync for aya_bpf::helpers::PrintkArg impl core::marker::Unpin for aya_bpf::helpers::PrintkArg impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::helpers::PrintkArg impl core::panic::unwind_safe::UnwindSafe for aya_bpf::helpers::PrintkArg impl core::convert::Into for aya_bpf::helpers::PrintkArg where U: core::convert::From pub fn aya_bpf::helpers::PrintkArg::into(self) -> U impl core::convert::TryFrom for aya_bpf::helpers::PrintkArg where U: core::convert::Into pub type aya_bpf::helpers::PrintkArg::Error = core::convert::Infallible pub fn aya_bpf::helpers::PrintkArg::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::helpers::PrintkArg where U: core::convert::TryFrom pub type aya_bpf::helpers::PrintkArg::Error = >::Error pub fn aya_bpf::helpers::PrintkArg::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::helpers::PrintkArg where T: 'static + core::marker::Sized pub fn aya_bpf::helpers::PrintkArg::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::helpers::PrintkArg where T: core::marker::Sized pub fn aya_bpf::helpers::PrintkArg::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::helpers::PrintkArg where T: core::marker::Sized pub fn aya_bpf::helpers::PrintkArg::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(t: T) -> T pub fn aya_bpf::helpers::bpf_get_current_comm() -> core::result::Result<[u8; 16], aya_bpf_cty::od::c_long> pub fn aya_bpf::helpers::bpf_get_current_pid_tgid() -> u64 pub fn aya_bpf::helpers::bpf_get_current_uid_gid() -> u64 pub unsafe fn aya_bpf::helpers::bpf_probe_read(src: *const T) -> core::result::Result pub unsafe fn aya_bpf::helpers::bpf_probe_read_buf(src: *const u8, dst: &mut [u8]) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub unsafe fn aya_bpf::helpers::bpf_probe_read_kernel(src: *const T) -> core::result::Result pub unsafe fn aya_bpf::helpers::bpf_probe_read_kernel_buf(src: *const u8, dst: &mut [u8]) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub unsafe fn aya_bpf::helpers::bpf_probe_read_kernel_str(src: *const u8, dest: &mut [u8]) -> core::result::Result pub unsafe fn aya_bpf::helpers::bpf_probe_read_kernel_str_bytes(src: *const u8, dest: &mut [u8]) -> core::result::Result<&[u8], aya_bpf_cty::od::c_long> pub unsafe fn aya_bpf::helpers::bpf_probe_read_str(src: *const u8, dest: &mut [u8]) -> core::result::Result pub unsafe fn aya_bpf::helpers::bpf_probe_read_user(src: *const T) -> core::result::Result pub unsafe fn aya_bpf::helpers::bpf_probe_read_user_buf(src: *const u8, dst: &mut [u8]) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub unsafe fn aya_bpf::helpers::bpf_probe_read_user_str(src: *const u8, dest: &mut [u8]) -> core::result::Result pub unsafe fn aya_bpf::helpers::bpf_probe_read_user_str_bytes(src: *const u8, dest: &mut [u8]) -> core::result::Result<&[u8], aya_bpf_cty::od::c_long> pub unsafe fn aya_bpf::helpers::bpf_probe_write_user(dst: *mut T, src: *const T) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub mod aya_bpf::maps pub mod aya_bpf::maps::array #[repr(transparent)] pub struct aya_bpf::maps::array::Array impl aya_bpf::maps::array::Array pub fn aya_bpf::maps::array::Array::get(&self, index: u32) -> core::option::Option<&T> pub fn aya_bpf::maps::array::Array::get_ptr(&self, index: u32) -> core::option::Option<*const T> pub fn aya_bpf::maps::array::Array::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T> pub const fn aya_bpf::maps::array::Array::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::array::Array pub const fn aya_bpf::maps::array::Array::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::array::Array impl core::marker::Sync for aya_bpf::maps::array::Array impl core::marker::Send for aya_bpf::maps::array::Array where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::array::Array where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::array::Array impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::array::Array where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::array::Array where U: core::convert::From pub fn aya_bpf::maps::array::Array::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::array::Array where U: core::convert::Into pub type aya_bpf::maps::array::Array::Error = core::convert::Infallible pub fn aya_bpf::maps::array::Array::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::array::Array where U: core::convert::TryFrom pub type aya_bpf::maps::array::Array::Error = >::Error pub fn aya_bpf::maps::array::Array::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::array::Array where T: 'static + core::marker::Sized pub fn aya_bpf::maps::array::Array::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::array::Array where T: core::marker::Sized pub fn aya_bpf::maps::array::Array::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::array::Array where T: core::marker::Sized pub fn aya_bpf::maps::array::Array::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::array::Array pub fn aya_bpf::maps::array::Array::from(t: T) -> T pub mod aya_bpf::maps::bloom_filter #[repr(transparent)] pub struct aya_bpf::maps::bloom_filter::BloomFilter impl aya_bpf::maps::bloom_filter::BloomFilter pub fn aya_bpf::maps::bloom_filter::BloomFilter::contains(&mut self, value: &T) -> core::result::Result<(), i64> pub fn aya_bpf::maps::bloom_filter::BloomFilter::insert(&mut self, value: &T, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::bloom_filter::BloomFilter::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::bloom_filter::BloomFilter pub const fn aya_bpf::maps::bloom_filter::BloomFilter::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::bloom_filter::BloomFilter impl core::marker::Send for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Send impl core::marker::Sync for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Sync impl core::marker::Unpin for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Unpin impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::bloom_filter::BloomFilter where T: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::bloom_filter::BloomFilter where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::bloom_filter::BloomFilter where U: core::convert::From pub fn aya_bpf::maps::bloom_filter::BloomFilter::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::bloom_filter::BloomFilter where U: core::convert::Into pub type aya_bpf::maps::bloom_filter::BloomFilter::Error = core::convert::Infallible pub fn aya_bpf::maps::bloom_filter::BloomFilter::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::bloom_filter::BloomFilter where U: core::convert::TryFrom pub type aya_bpf::maps::bloom_filter::BloomFilter::Error = >::Error pub fn aya_bpf::maps::bloom_filter::BloomFilter::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::bloom_filter::BloomFilter where T: 'static + core::marker::Sized pub fn aya_bpf::maps::bloom_filter::BloomFilter::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Sized pub fn aya_bpf::maps::bloom_filter::BloomFilter::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Sized pub fn aya_bpf::maps::bloom_filter::BloomFilter::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::bloom_filter::BloomFilter pub fn aya_bpf::maps::bloom_filter::BloomFilter::from(t: T) -> T pub mod aya_bpf::maps::hash_map #[repr(transparent)] pub struct aya_bpf::maps::hash_map::HashMap impl aya_bpf::maps::hash_map::HashMap pub unsafe fn aya_bpf::maps::hash_map::HashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::HashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::HashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::HashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::HashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::HashMap pub fn aya_bpf::maps::hash_map::HashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::HashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::HashMap impl core::marker::Sync for aya_bpf::maps::hash_map::HashMap impl core::marker::Send for aya_bpf::maps::hash_map::HashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::HashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::HashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::HashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::HashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::HashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::HashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::HashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::HashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::HashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::HashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::HashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::HashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::HashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::HashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::HashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::HashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::HashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::HashMap pub fn aya_bpf::maps::hash_map::HashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::hash_map::LruHashMap impl aya_bpf::maps::hash_map::LruHashMap pub unsafe fn aya_bpf::maps::hash_map::LruHashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::LruHashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::LruHashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::LruHashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruHashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruHashMap pub fn aya_bpf::maps::hash_map::LruHashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruHashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruHashMap impl core::marker::Sync for aya_bpf::maps::hash_map::LruHashMap impl core::marker::Send for aya_bpf::maps::hash_map::LruHashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::LruHashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::LruHashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::LruHashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::LruHashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::LruHashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::LruHashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::LruHashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::LruHashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::LruHashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::LruHashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::LruHashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::LruHashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::LruHashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::LruHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruHashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::LruHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruHashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::LruHashMap pub fn aya_bpf::maps::hash_map::LruHashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::hash_map::LruPerCpuHashMap impl aya_bpf::maps::hash_map::LruPerCpuHashMap pub unsafe fn aya_bpf::maps::hash_map::LruPerCpuHashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruPerCpuHashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruPerCpuHashMap pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruPerCpuHashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruPerCpuHashMap impl core::marker::Sync for aya_bpf::maps::hash_map::LruPerCpuHashMap impl core::marker::Send for aya_bpf::maps::hash_map::LruPerCpuHashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::LruPerCpuHashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::LruPerCpuHashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::LruPerCpuHashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::LruPerCpuHashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::LruPerCpuHashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::LruPerCpuHashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::LruPerCpuHashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::LruPerCpuHashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::LruPerCpuHashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::LruPerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::LruPerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::LruPerCpuHashMap pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::hash_map::PerCpuHashMap impl aya_bpf::maps::hash_map::PerCpuHashMap pub unsafe fn aya_bpf::maps::hash_map::PerCpuHashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::PerCpuHashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::PerCpuHashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::PerCpuHashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::PerCpuHashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::PerCpuHashMap pub fn aya_bpf::maps::hash_map::PerCpuHashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::PerCpuHashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::PerCpuHashMap impl core::marker::Sync for aya_bpf::maps::hash_map::PerCpuHashMap impl core::marker::Send for aya_bpf::maps::hash_map::PerCpuHashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::PerCpuHashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::PerCpuHashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::PerCpuHashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::PerCpuHashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::PerCpuHashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::PerCpuHashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::PerCpuHashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::PerCpuHashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::PerCpuHashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::PerCpuHashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::PerCpuHashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::PerCpuHashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::PerCpuHashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::PerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::PerCpuHashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::PerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::PerCpuHashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::PerCpuHashMap pub fn aya_bpf::maps::hash_map::PerCpuHashMap::from(t: T) -> T pub mod aya_bpf::maps::lpm_trie #[repr(packed)] pub struct aya_bpf::maps::lpm_trie::Key pub aya_bpf::maps::lpm_trie::Key::data: K pub aya_bpf::maps::lpm_trie::Key::prefix_len: u32 impl aya_bpf::maps::lpm_trie::Key pub fn aya_bpf::maps::lpm_trie::Key::new(prefix_len: u32, data: K) -> Self impl core::marker::Send for aya_bpf::maps::lpm_trie::Key where K: core::marker::Send impl core::marker::Sync for aya_bpf::maps::lpm_trie::Key where K: core::marker::Sync impl core::marker::Unpin for aya_bpf::maps::lpm_trie::Key where K: core::marker::Unpin impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::lpm_trie::Key where K: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::lpm_trie::Key where K: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::lpm_trie::Key where U: core::convert::From pub fn aya_bpf::maps::lpm_trie::Key::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::lpm_trie::Key where U: core::convert::Into pub type aya_bpf::maps::lpm_trie::Key::Error = core::convert::Infallible pub fn aya_bpf::maps::lpm_trie::Key::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::lpm_trie::Key where U: core::convert::TryFrom pub type aya_bpf::maps::lpm_trie::Key::Error = >::Error pub fn aya_bpf::maps::lpm_trie::Key::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::lpm_trie::Key where T: 'static + core::marker::Sized pub fn aya_bpf::maps::lpm_trie::Key::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::lpm_trie::Key where T: core::marker::Sized pub fn aya_bpf::maps::lpm_trie::Key::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::lpm_trie::Key where T: core::marker::Sized pub fn aya_bpf::maps::lpm_trie::Key::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::lpm_trie::Key pub fn aya_bpf::maps::lpm_trie::Key::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::lpm_trie::LpmTrie impl aya_bpf::maps::lpm_trie::LpmTrie pub fn aya_bpf::maps::lpm_trie::LpmTrie::get(&self, key: &aya_bpf::maps::lpm_trie::Key) -> core::option::Option<&V> pub fn aya_bpf::maps::lpm_trie::LpmTrie::insert(&self, key: &aya_bpf::maps::lpm_trie::Key, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::lpm_trie::LpmTrie::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::lpm_trie::LpmTrie pub fn aya_bpf::maps::lpm_trie::LpmTrie::remove(&self, key: &aya_bpf::maps::lpm_trie::Key) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::lpm_trie::LpmTrie::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::lpm_trie::LpmTrie impl core::marker::Sync for aya_bpf::maps::lpm_trie::LpmTrie impl core::marker::Send for aya_bpf::maps::lpm_trie::LpmTrie where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::lpm_trie::LpmTrie where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::lpm_trie::LpmTrie impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::lpm_trie::LpmTrie where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::lpm_trie::LpmTrie where U: core::convert::From pub fn aya_bpf::maps::lpm_trie::LpmTrie::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::lpm_trie::LpmTrie where U: core::convert::Into pub type aya_bpf::maps::lpm_trie::LpmTrie::Error = core::convert::Infallible pub fn aya_bpf::maps::lpm_trie::LpmTrie::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::lpm_trie::LpmTrie where U: core::convert::TryFrom pub type aya_bpf::maps::lpm_trie::LpmTrie::Error = >::Error pub fn aya_bpf::maps::lpm_trie::LpmTrie::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::lpm_trie::LpmTrie where T: 'static + core::marker::Sized pub fn aya_bpf::maps::lpm_trie::LpmTrie::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::lpm_trie::LpmTrie where T: core::marker::Sized pub fn aya_bpf::maps::lpm_trie::LpmTrie::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::lpm_trie::LpmTrie where T: core::marker::Sized pub fn aya_bpf::maps::lpm_trie::LpmTrie::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::lpm_trie::LpmTrie pub fn aya_bpf::maps::lpm_trie::LpmTrie::from(t: T) -> T pub mod aya_bpf::maps::per_cpu_array #[repr(transparent)] pub struct aya_bpf::maps::per_cpu_array::PerCpuArray impl aya_bpf::maps::per_cpu_array::PerCpuArray pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::get(&self, index: u32) -> core::option::Option<&T> pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::get_ptr(&self, index: u32) -> core::option::Option<*const T> pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T> pub const fn aya_bpf::maps::per_cpu_array::PerCpuArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::per_cpu_array::PerCpuArray pub const fn aya_bpf::maps::per_cpu_array::PerCpuArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::per_cpu_array::PerCpuArray impl core::marker::Sync for aya_bpf::maps::per_cpu_array::PerCpuArray impl core::marker::Send for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::per_cpu_array::PerCpuArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::per_cpu_array::PerCpuArray where U: core::convert::From pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::per_cpu_array::PerCpuArray where U: core::convert::Into pub type aya_bpf::maps::per_cpu_array::PerCpuArray::Error = core::convert::Infallible pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::per_cpu_array::PerCpuArray where U: core::convert::TryFrom pub type aya_bpf::maps::per_cpu_array::PerCpuArray::Error = >::Error pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::per_cpu_array::PerCpuArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Sized pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Sized pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::per_cpu_array::PerCpuArray pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::from(t: T) -> T pub mod aya_bpf::maps::perf #[repr(transparent)] pub struct aya_bpf::maps::perf::PerfEventArray impl aya_bpf::maps::PerfEventArray pub const fn aya_bpf::maps::PerfEventArray::new(flags: u32) -> aya_bpf::maps::PerfEventArray pub fn aya_bpf::maps::PerfEventArray::output(&self, ctx: &C, data: &T, flags: u32) pub fn aya_bpf::maps::PerfEventArray::output_at_index(&self, ctx: &C, index: u32, data: &T, flags: u32) pub const fn aya_bpf::maps::PerfEventArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventArray pub const fn aya_bpf::maps::PerfEventArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventArray impl core::marker::Sync for aya_bpf::maps::PerfEventArray impl core::marker::Send for aya_bpf::maps::PerfEventArray where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::PerfEventArray where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::PerfEventArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::PerfEventArray where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::PerfEventArray where U: core::convert::From pub fn aya_bpf::maps::PerfEventArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::PerfEventArray where U: core::convert::Into pub type aya_bpf::maps::PerfEventArray::Error = core::convert::Infallible pub fn aya_bpf::maps::PerfEventArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::PerfEventArray where U: core::convert::TryFrom pub type aya_bpf::maps::PerfEventArray::Error = >::Error pub fn aya_bpf::maps::PerfEventArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::PerfEventArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::PerfEventArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::PerfEventArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::PerfEventArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::PerfEventArray pub fn aya_bpf::maps::PerfEventArray::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::perf::PerfEventByteArray impl aya_bpf::maps::PerfEventByteArray pub const fn aya_bpf::maps::PerfEventByteArray::new(flags: u32) -> aya_bpf::maps::PerfEventByteArray pub fn aya_bpf::maps::PerfEventByteArray::output(&self, ctx: &C, data: &[u8], flags: u32) pub fn aya_bpf::maps::PerfEventByteArray::output_at_index(&self, ctx: &C, index: u32, data: &[u8], flags: u32) pub const fn aya_bpf::maps::PerfEventByteArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventByteArray pub const fn aya_bpf::maps::PerfEventByteArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventByteArray impl core::marker::Sync for aya_bpf::maps::PerfEventByteArray impl core::marker::Send for aya_bpf::maps::PerfEventByteArray impl core::marker::Unpin for aya_bpf::maps::PerfEventByteArray impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::PerfEventByteArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::PerfEventByteArray impl core::convert::Into for aya_bpf::maps::PerfEventByteArray where U: core::convert::From pub fn aya_bpf::maps::PerfEventByteArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::PerfEventByteArray where U: core::convert::Into pub type aya_bpf::maps::PerfEventByteArray::Error = core::convert::Infallible pub fn aya_bpf::maps::PerfEventByteArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::PerfEventByteArray where U: core::convert::TryFrom pub type aya_bpf::maps::PerfEventByteArray::Error = >::Error pub fn aya_bpf::maps::PerfEventByteArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::PerfEventByteArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::PerfEventByteArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::PerfEventByteArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventByteArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::PerfEventByteArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventByteArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::PerfEventByteArray pub fn aya_bpf::maps::PerfEventByteArray::from(t: T) -> T pub mod aya_bpf::maps::program_array #[repr(transparent)] pub struct aya_bpf::maps::program_array::ProgramArray impl aya_bpf::maps::program_array::ProgramArray pub const fn aya_bpf::maps::program_array::ProgramArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::program_array::ProgramArray pub unsafe fn aya_bpf::maps::program_array::ProgramArray::tail_call(&self, ctx: &C, index: u32) -> core::result::Result pub const fn aya_bpf::maps::program_array::ProgramArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::program_array::ProgramArray impl core::marker::Sync for aya_bpf::maps::program_array::ProgramArray impl core::marker::Send for aya_bpf::maps::program_array::ProgramArray impl core::marker::Unpin for aya_bpf::maps::program_array::ProgramArray impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::program_array::ProgramArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::program_array::ProgramArray impl core::convert::Into for aya_bpf::maps::program_array::ProgramArray where U: core::convert::From pub fn aya_bpf::maps::program_array::ProgramArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::program_array::ProgramArray where U: core::convert::Into pub type aya_bpf::maps::program_array::ProgramArray::Error = core::convert::Infallible pub fn aya_bpf::maps::program_array::ProgramArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::program_array::ProgramArray where U: core::convert::TryFrom pub type aya_bpf::maps::program_array::ProgramArray::Error = >::Error pub fn aya_bpf::maps::program_array::ProgramArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::program_array::ProgramArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::program_array::ProgramArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::program_array::ProgramArray where T: core::marker::Sized pub fn aya_bpf::maps::program_array::ProgramArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::program_array::ProgramArray where T: core::marker::Sized pub fn aya_bpf::maps::program_array::ProgramArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::program_array::ProgramArray pub fn aya_bpf::maps::program_array::ProgramArray::from(t: T) -> T pub mod aya_bpf::maps::queue #[repr(transparent)] pub struct aya_bpf::maps::queue::Queue impl aya_bpf::maps::queue::Queue pub const fn aya_bpf::maps::queue::Queue::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::queue::Queue pub fn aya_bpf::maps::queue::Queue::pop(&self) -> core::option::Option pub fn aya_bpf::maps::queue::Queue::push(&self, value: &T, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::queue::Queue::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::queue::Queue impl core::marker::Sync for aya_bpf::maps::queue::Queue impl core::marker::Send for aya_bpf::maps::queue::Queue where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::queue::Queue where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::queue::Queue impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::queue::Queue where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::queue::Queue where U: core::convert::From pub fn aya_bpf::maps::queue::Queue::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::queue::Queue where U: core::convert::Into pub type aya_bpf::maps::queue::Queue::Error = core::convert::Infallible pub fn aya_bpf::maps::queue::Queue::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::queue::Queue where U: core::convert::TryFrom pub type aya_bpf::maps::queue::Queue::Error = >::Error pub fn aya_bpf::maps::queue::Queue::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::queue::Queue where T: 'static + core::marker::Sized pub fn aya_bpf::maps::queue::Queue::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::queue::Queue where T: core::marker::Sized pub fn aya_bpf::maps::queue::Queue::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::queue::Queue where T: core::marker::Sized pub fn aya_bpf::maps::queue::Queue::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::queue::Queue pub fn aya_bpf::maps::queue::Queue::from(t: T) -> T pub mod aya_bpf::maps::sock_hash #[repr(transparent)] pub struct aya_bpf::maps::sock_hash::SockHash impl aya_bpf::maps::sock_hash::SockHash pub const fn aya_bpf::maps::sock_hash::SockHash::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_hash::SockHash pub fn aya_bpf::maps::sock_hash::SockHash::redirect_msg(&self, ctx: &aya_bpf::programs::sk_msg::SkMsgContext, key: &mut K, flags: u64) -> i64 pub fn aya_bpf::maps::sock_hash::SockHash::redirect_sk_lookup(&mut self, ctx: &aya_bpf::programs::sk_lookup::SkLookupContext, key: impl core::borrow::Borrow, flags: u64) -> core::result::Result<(), u32> pub fn aya_bpf::maps::sock_hash::SockHash::redirect_skb(&self, ctx: &aya_bpf::programs::sk_buff::SkBuffContext, key: &mut K, flags: u64) -> i64 pub fn aya_bpf::maps::sock_hash::SockHash::update(&self, key: &mut K, sk_ops: &mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::sock_hash::SockHash::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_hash::SockHash impl core::marker::Sync for aya_bpf::maps::sock_hash::SockHash impl core::marker::Send for aya_bpf::maps::sock_hash::SockHash where K: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::sock_hash::SockHash where K: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::sock_hash::SockHash impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::sock_hash::SockHash where K: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::sock_hash::SockHash where U: core::convert::From pub fn aya_bpf::maps::sock_hash::SockHash::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::sock_hash::SockHash where U: core::convert::Into pub type aya_bpf::maps::sock_hash::SockHash::Error = core::convert::Infallible pub fn aya_bpf::maps::sock_hash::SockHash::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::sock_hash::SockHash where U: core::convert::TryFrom pub type aya_bpf::maps::sock_hash::SockHash::Error = >::Error pub fn aya_bpf::maps::sock_hash::SockHash::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::sock_hash::SockHash where T: 'static + core::marker::Sized pub fn aya_bpf::maps::sock_hash::SockHash::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::sock_hash::SockHash where T: core::marker::Sized pub fn aya_bpf::maps::sock_hash::SockHash::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::sock_hash::SockHash where T: core::marker::Sized pub fn aya_bpf::maps::sock_hash::SockHash::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::sock_hash::SockHash pub fn aya_bpf::maps::sock_hash::SockHash::from(t: T) -> T pub mod aya_bpf::maps::sock_map #[repr(transparent)] pub struct aya_bpf::maps::sock_map::SockMap impl aya_bpf::maps::sock_map::SockMap pub const fn aya_bpf::maps::sock_map::SockMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_map::SockMap pub unsafe fn aya_bpf::maps::sock_map::SockMap::redirect_msg(&self, ctx: &aya_bpf::programs::sk_msg::SkMsgContext, index: u32, flags: u64) -> i64 pub fn aya_bpf::maps::sock_map::SockMap::redirect_sk_lookup(&mut self, ctx: &aya_bpf::programs::sk_lookup::SkLookupContext, index: u32, flags: u64) -> core::result::Result<(), u32> pub unsafe fn aya_bpf::maps::sock_map::SockMap::redirect_skb(&self, ctx: &aya_bpf::programs::sk_buff::SkBuffContext, index: u32, flags: u64) -> i64 pub unsafe fn aya_bpf::maps::sock_map::SockMap::update(&self, index: u32, sk_ops: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::sock_map::SockMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_map::SockMap impl core::marker::Sync for aya_bpf::maps::sock_map::SockMap impl core::marker::Send for aya_bpf::maps::sock_map::SockMap impl core::marker::Unpin for aya_bpf::maps::sock_map::SockMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::sock_map::SockMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::sock_map::SockMap impl core::convert::Into for aya_bpf::maps::sock_map::SockMap where U: core::convert::From pub fn aya_bpf::maps::sock_map::SockMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::sock_map::SockMap where U: core::convert::Into pub type aya_bpf::maps::sock_map::SockMap::Error = core::convert::Infallible pub fn aya_bpf::maps::sock_map::SockMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::sock_map::SockMap where U: core::convert::TryFrom pub type aya_bpf::maps::sock_map::SockMap::Error = >::Error pub fn aya_bpf::maps::sock_map::SockMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::sock_map::SockMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::sock_map::SockMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::sock_map::SockMap where T: core::marker::Sized pub fn aya_bpf::maps::sock_map::SockMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::sock_map::SockMap where T: core::marker::Sized pub fn aya_bpf::maps::sock_map::SockMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::sock_map::SockMap pub fn aya_bpf::maps::sock_map::SockMap::from(t: T) -> T pub mod aya_bpf::maps::stack #[repr(transparent)] pub struct aya_bpf::maps::stack::Stack impl aya_bpf::maps::stack::Stack pub const fn aya_bpf::maps::stack::Stack::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::stack::Stack pub fn aya_bpf::maps::stack::Stack::pop(&mut self) -> core::option::Option pub fn aya_bpf::maps::stack::Stack::push(&mut self, value: &T, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::stack::Stack::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::stack::Stack impl core::marker::Send for aya_bpf::maps::stack::Stack where T: core::marker::Send impl core::marker::Sync for aya_bpf::maps::stack::Stack where T: core::marker::Sync impl core::marker::Unpin for aya_bpf::maps::stack::Stack where T: core::marker::Unpin impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::stack::Stack where T: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::stack::Stack where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::stack::Stack where U: core::convert::From pub fn aya_bpf::maps::stack::Stack::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::stack::Stack where U: core::convert::Into pub type aya_bpf::maps::stack::Stack::Error = core::convert::Infallible pub fn aya_bpf::maps::stack::Stack::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::stack::Stack where U: core::convert::TryFrom pub type aya_bpf::maps::stack::Stack::Error = >::Error pub fn aya_bpf::maps::stack::Stack::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::stack::Stack where T: 'static + core::marker::Sized pub fn aya_bpf::maps::stack::Stack::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::stack::Stack where T: core::marker::Sized pub fn aya_bpf::maps::stack::Stack::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::stack::Stack where T: core::marker::Sized pub fn aya_bpf::maps::stack::Stack::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::stack::Stack pub fn aya_bpf::maps::stack::Stack::from(t: T) -> T pub mod aya_bpf::maps::stack_trace #[repr(transparent)] pub struct aya_bpf::maps::stack_trace::StackTrace impl aya_bpf::maps::stack_trace::StackTrace pub unsafe fn aya_bpf::maps::stack_trace::StackTrace::get_stackid(&self, ctx: &C, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::stack_trace::StackTrace::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::stack_trace::StackTrace pub const fn aya_bpf::maps::stack_trace::StackTrace::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::stack_trace::StackTrace impl core::marker::Sync for aya_bpf::maps::stack_trace::StackTrace impl core::marker::Send for aya_bpf::maps::stack_trace::StackTrace impl core::marker::Unpin for aya_bpf::maps::stack_trace::StackTrace impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::stack_trace::StackTrace impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::stack_trace::StackTrace impl core::convert::Into for aya_bpf::maps::stack_trace::StackTrace where U: core::convert::From pub fn aya_bpf::maps::stack_trace::StackTrace::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::stack_trace::StackTrace where U: core::convert::Into pub type aya_bpf::maps::stack_trace::StackTrace::Error = core::convert::Infallible pub fn aya_bpf::maps::stack_trace::StackTrace::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::stack_trace::StackTrace where U: core::convert::TryFrom pub type aya_bpf::maps::stack_trace::StackTrace::Error = >::Error pub fn aya_bpf::maps::stack_trace::StackTrace::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::stack_trace::StackTrace where T: 'static + core::marker::Sized pub fn aya_bpf::maps::stack_trace::StackTrace::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::stack_trace::StackTrace where T: core::marker::Sized pub fn aya_bpf::maps::stack_trace::StackTrace::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::stack_trace::StackTrace where T: core::marker::Sized pub fn aya_bpf::maps::stack_trace::StackTrace::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::stack_trace::StackTrace pub fn aya_bpf::maps::stack_trace::StackTrace::from(t: T) -> T pub mod aya_bpf::maps::xdp #[repr(transparent)] pub struct aya_bpf::maps::xdp::CpuMap impl aya_bpf::maps::CpuMap pub const fn aya_bpf::maps::CpuMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::CpuMap pub fn aya_bpf::maps::CpuMap::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::CpuMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::CpuMap impl core::marker::Sync for aya_bpf::maps::CpuMap impl core::marker::Send for aya_bpf::maps::CpuMap impl core::marker::Unpin for aya_bpf::maps::CpuMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::CpuMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::CpuMap impl core::convert::Into for aya_bpf::maps::CpuMap where U: core::convert::From pub fn aya_bpf::maps::CpuMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::CpuMap where U: core::convert::Into pub type aya_bpf::maps::CpuMap::Error = core::convert::Infallible pub fn aya_bpf::maps::CpuMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::CpuMap where U: core::convert::TryFrom pub type aya_bpf::maps::CpuMap::Error = >::Error pub fn aya_bpf::maps::CpuMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::CpuMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::CpuMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::CpuMap where T: core::marker::Sized pub fn aya_bpf::maps::CpuMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::CpuMap where T: core::marker::Sized pub fn aya_bpf::maps::CpuMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::CpuMap pub fn aya_bpf::maps::CpuMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::xdp::DevMap impl aya_bpf::maps::DevMap pub fn aya_bpf::maps::DevMap::get(&self, index: u32) -> core::option::Option pub const fn aya_bpf::maps::DevMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMap pub fn aya_bpf::maps::DevMap::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::DevMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMap impl core::marker::Sync for aya_bpf::maps::DevMap impl core::marker::Send for aya_bpf::maps::DevMap impl core::marker::Unpin for aya_bpf::maps::DevMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::DevMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::DevMap impl core::convert::Into for aya_bpf::maps::DevMap where U: core::convert::From pub fn aya_bpf::maps::DevMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::DevMap where U: core::convert::Into pub type aya_bpf::maps::DevMap::Error = core::convert::Infallible pub fn aya_bpf::maps::DevMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::DevMap where U: core::convert::TryFrom pub type aya_bpf::maps::DevMap::Error = >::Error pub fn aya_bpf::maps::DevMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::DevMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::DevMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::DevMap where T: core::marker::Sized pub fn aya_bpf::maps::DevMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::DevMap where T: core::marker::Sized pub fn aya_bpf::maps::DevMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::DevMap pub fn aya_bpf::maps::DevMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::xdp::DevMapHash impl aya_bpf::maps::DevMapHash pub fn aya_bpf::maps::DevMapHash::get(&self, key: u32) -> core::option::Option pub const fn aya_bpf::maps::DevMapHash::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMapHash pub fn aya_bpf::maps::DevMapHash::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::DevMapHash::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMapHash impl core::marker::Sync for aya_bpf::maps::DevMapHash impl core::marker::Send for aya_bpf::maps::DevMapHash impl core::marker::Unpin for aya_bpf::maps::DevMapHash impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::DevMapHash impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::DevMapHash impl core::convert::Into for aya_bpf::maps::DevMapHash where U: core::convert::From pub fn aya_bpf::maps::DevMapHash::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::DevMapHash where U: core::convert::Into pub type aya_bpf::maps::DevMapHash::Error = core::convert::Infallible pub fn aya_bpf::maps::DevMapHash::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::DevMapHash where U: core::convert::TryFrom pub type aya_bpf::maps::DevMapHash::Error = >::Error pub fn aya_bpf::maps::DevMapHash::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::DevMapHash where T: 'static + core::marker::Sized pub fn aya_bpf::maps::DevMapHash::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::DevMapHash where T: core::marker::Sized pub fn aya_bpf::maps::DevMapHash::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::DevMapHash where T: core::marker::Sized pub fn aya_bpf::maps::DevMapHash::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::DevMapHash pub fn aya_bpf::maps::DevMapHash::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::xdp::XskMap impl aya_bpf::maps::XskMap pub fn aya_bpf::maps::XskMap::get(&self, index: u32) -> core::option::Option pub const fn aya_bpf::maps::XskMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::XskMap pub fn aya_bpf::maps::XskMap::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::XskMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::XskMap impl core::marker::Sync for aya_bpf::maps::XskMap impl core::marker::Send for aya_bpf::maps::XskMap impl core::marker::Unpin for aya_bpf::maps::XskMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::XskMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::XskMap impl core::convert::Into for aya_bpf::maps::XskMap where U: core::convert::From pub fn aya_bpf::maps::XskMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::XskMap where U: core::convert::Into pub type aya_bpf::maps::XskMap::Error = core::convert::Infallible pub fn aya_bpf::maps::XskMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::XskMap where U: core::convert::TryFrom pub type aya_bpf::maps::XskMap::Error = >::Error pub fn aya_bpf::maps::XskMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::XskMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::XskMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::XskMap where T: core::marker::Sized pub fn aya_bpf::maps::XskMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::XskMap where T: core::marker::Sized pub fn aya_bpf::maps::XskMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::XskMap pub fn aya_bpf::maps::XskMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::Array impl aya_bpf::maps::array::Array pub fn aya_bpf::maps::array::Array::get(&self, index: u32) -> core::option::Option<&T> pub fn aya_bpf::maps::array::Array::get_ptr(&self, index: u32) -> core::option::Option<*const T> pub fn aya_bpf::maps::array::Array::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T> pub const fn aya_bpf::maps::array::Array::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::array::Array pub const fn aya_bpf::maps::array::Array::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::array::Array impl core::marker::Sync for aya_bpf::maps::array::Array impl core::marker::Send for aya_bpf::maps::array::Array where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::array::Array where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::array::Array impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::array::Array where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::array::Array where U: core::convert::From pub fn aya_bpf::maps::array::Array::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::array::Array where U: core::convert::Into pub type aya_bpf::maps::array::Array::Error = core::convert::Infallible pub fn aya_bpf::maps::array::Array::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::array::Array where U: core::convert::TryFrom pub type aya_bpf::maps::array::Array::Error = >::Error pub fn aya_bpf::maps::array::Array::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::array::Array where T: 'static + core::marker::Sized pub fn aya_bpf::maps::array::Array::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::array::Array where T: core::marker::Sized pub fn aya_bpf::maps::array::Array::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::array::Array where T: core::marker::Sized pub fn aya_bpf::maps::array::Array::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::array::Array pub fn aya_bpf::maps::array::Array::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::BloomFilter impl aya_bpf::maps::bloom_filter::BloomFilter pub fn aya_bpf::maps::bloom_filter::BloomFilter::contains(&mut self, value: &T) -> core::result::Result<(), i64> pub fn aya_bpf::maps::bloom_filter::BloomFilter::insert(&mut self, value: &T, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::bloom_filter::BloomFilter::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::bloom_filter::BloomFilter pub const fn aya_bpf::maps::bloom_filter::BloomFilter::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::bloom_filter::BloomFilter impl core::marker::Send for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Send impl core::marker::Sync for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Sync impl core::marker::Unpin for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Unpin impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::bloom_filter::BloomFilter where T: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::bloom_filter::BloomFilter where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::bloom_filter::BloomFilter where U: core::convert::From pub fn aya_bpf::maps::bloom_filter::BloomFilter::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::bloom_filter::BloomFilter where U: core::convert::Into pub type aya_bpf::maps::bloom_filter::BloomFilter::Error = core::convert::Infallible pub fn aya_bpf::maps::bloom_filter::BloomFilter::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::bloom_filter::BloomFilter where U: core::convert::TryFrom pub type aya_bpf::maps::bloom_filter::BloomFilter::Error = >::Error pub fn aya_bpf::maps::bloom_filter::BloomFilter::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::bloom_filter::BloomFilter where T: 'static + core::marker::Sized pub fn aya_bpf::maps::bloom_filter::BloomFilter::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Sized pub fn aya_bpf::maps::bloom_filter::BloomFilter::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::bloom_filter::BloomFilter where T: core::marker::Sized pub fn aya_bpf::maps::bloom_filter::BloomFilter::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::bloom_filter::BloomFilter pub fn aya_bpf::maps::bloom_filter::BloomFilter::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::CpuMap impl aya_bpf::maps::CpuMap pub const fn aya_bpf::maps::CpuMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::CpuMap pub fn aya_bpf::maps::CpuMap::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::CpuMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::CpuMap impl core::marker::Sync for aya_bpf::maps::CpuMap impl core::marker::Send for aya_bpf::maps::CpuMap impl core::marker::Unpin for aya_bpf::maps::CpuMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::CpuMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::CpuMap impl core::convert::Into for aya_bpf::maps::CpuMap where U: core::convert::From pub fn aya_bpf::maps::CpuMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::CpuMap where U: core::convert::Into pub type aya_bpf::maps::CpuMap::Error = core::convert::Infallible pub fn aya_bpf::maps::CpuMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::CpuMap where U: core::convert::TryFrom pub type aya_bpf::maps::CpuMap::Error = >::Error pub fn aya_bpf::maps::CpuMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::CpuMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::CpuMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::CpuMap where T: core::marker::Sized pub fn aya_bpf::maps::CpuMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::CpuMap where T: core::marker::Sized pub fn aya_bpf::maps::CpuMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::CpuMap pub fn aya_bpf::maps::CpuMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::DevMap impl aya_bpf::maps::DevMap pub fn aya_bpf::maps::DevMap::get(&self, index: u32) -> core::option::Option pub const fn aya_bpf::maps::DevMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMap pub fn aya_bpf::maps::DevMap::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::DevMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMap impl core::marker::Sync for aya_bpf::maps::DevMap impl core::marker::Send for aya_bpf::maps::DevMap impl core::marker::Unpin for aya_bpf::maps::DevMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::DevMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::DevMap impl core::convert::Into for aya_bpf::maps::DevMap where U: core::convert::From pub fn aya_bpf::maps::DevMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::DevMap where U: core::convert::Into pub type aya_bpf::maps::DevMap::Error = core::convert::Infallible pub fn aya_bpf::maps::DevMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::DevMap where U: core::convert::TryFrom pub type aya_bpf::maps::DevMap::Error = >::Error pub fn aya_bpf::maps::DevMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::DevMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::DevMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::DevMap where T: core::marker::Sized pub fn aya_bpf::maps::DevMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::DevMap where T: core::marker::Sized pub fn aya_bpf::maps::DevMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::DevMap pub fn aya_bpf::maps::DevMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::DevMapHash impl aya_bpf::maps::DevMapHash pub fn aya_bpf::maps::DevMapHash::get(&self, key: u32) -> core::option::Option pub const fn aya_bpf::maps::DevMapHash::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMapHash pub fn aya_bpf::maps::DevMapHash::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::DevMapHash::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::DevMapHash impl core::marker::Sync for aya_bpf::maps::DevMapHash impl core::marker::Send for aya_bpf::maps::DevMapHash impl core::marker::Unpin for aya_bpf::maps::DevMapHash impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::DevMapHash impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::DevMapHash impl core::convert::Into for aya_bpf::maps::DevMapHash where U: core::convert::From pub fn aya_bpf::maps::DevMapHash::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::DevMapHash where U: core::convert::Into pub type aya_bpf::maps::DevMapHash::Error = core::convert::Infallible pub fn aya_bpf::maps::DevMapHash::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::DevMapHash where U: core::convert::TryFrom pub type aya_bpf::maps::DevMapHash::Error = >::Error pub fn aya_bpf::maps::DevMapHash::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::DevMapHash where T: 'static + core::marker::Sized pub fn aya_bpf::maps::DevMapHash::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::DevMapHash where T: core::marker::Sized pub fn aya_bpf::maps::DevMapHash::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::DevMapHash where T: core::marker::Sized pub fn aya_bpf::maps::DevMapHash::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::DevMapHash pub fn aya_bpf::maps::DevMapHash::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::HashMap impl aya_bpf::maps::hash_map::HashMap pub unsafe fn aya_bpf::maps::hash_map::HashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::HashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::HashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::HashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::HashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::HashMap pub fn aya_bpf::maps::hash_map::HashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::HashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::HashMap impl core::marker::Sync for aya_bpf::maps::hash_map::HashMap impl core::marker::Send for aya_bpf::maps::hash_map::HashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::HashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::HashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::HashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::HashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::HashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::HashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::HashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::HashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::HashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::HashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::HashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::HashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::HashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::HashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::HashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::HashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::HashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::HashMap pub fn aya_bpf::maps::hash_map::HashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::LpmTrie impl aya_bpf::maps::lpm_trie::LpmTrie pub fn aya_bpf::maps::lpm_trie::LpmTrie::get(&self, key: &aya_bpf::maps::lpm_trie::Key) -> core::option::Option<&V> pub fn aya_bpf::maps::lpm_trie::LpmTrie::insert(&self, key: &aya_bpf::maps::lpm_trie::Key, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::lpm_trie::LpmTrie::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::lpm_trie::LpmTrie pub fn aya_bpf::maps::lpm_trie::LpmTrie::remove(&self, key: &aya_bpf::maps::lpm_trie::Key) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::lpm_trie::LpmTrie::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::lpm_trie::LpmTrie impl core::marker::Sync for aya_bpf::maps::lpm_trie::LpmTrie impl core::marker::Send for aya_bpf::maps::lpm_trie::LpmTrie where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::lpm_trie::LpmTrie where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::lpm_trie::LpmTrie impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::lpm_trie::LpmTrie where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::lpm_trie::LpmTrie where U: core::convert::From pub fn aya_bpf::maps::lpm_trie::LpmTrie::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::lpm_trie::LpmTrie where U: core::convert::Into pub type aya_bpf::maps::lpm_trie::LpmTrie::Error = core::convert::Infallible pub fn aya_bpf::maps::lpm_trie::LpmTrie::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::lpm_trie::LpmTrie where U: core::convert::TryFrom pub type aya_bpf::maps::lpm_trie::LpmTrie::Error = >::Error pub fn aya_bpf::maps::lpm_trie::LpmTrie::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::lpm_trie::LpmTrie where T: 'static + core::marker::Sized pub fn aya_bpf::maps::lpm_trie::LpmTrie::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::lpm_trie::LpmTrie where T: core::marker::Sized pub fn aya_bpf::maps::lpm_trie::LpmTrie::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::lpm_trie::LpmTrie where T: core::marker::Sized pub fn aya_bpf::maps::lpm_trie::LpmTrie::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::lpm_trie::LpmTrie pub fn aya_bpf::maps::lpm_trie::LpmTrie::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::LruHashMap impl aya_bpf::maps::hash_map::LruHashMap pub unsafe fn aya_bpf::maps::hash_map::LruHashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::LruHashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::LruHashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::LruHashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruHashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruHashMap pub fn aya_bpf::maps::hash_map::LruHashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruHashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruHashMap impl core::marker::Sync for aya_bpf::maps::hash_map::LruHashMap impl core::marker::Send for aya_bpf::maps::hash_map::LruHashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::LruHashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::LruHashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::LruHashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::LruHashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::LruHashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::LruHashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::LruHashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::LruHashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::LruHashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::LruHashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::LruHashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::LruHashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::LruHashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::LruHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruHashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::LruHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruHashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::LruHashMap pub fn aya_bpf::maps::hash_map::LruHashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::LruPerCpuHashMap impl aya_bpf::maps::hash_map::LruPerCpuHashMap pub unsafe fn aya_bpf::maps::hash_map::LruPerCpuHashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruPerCpuHashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruPerCpuHashMap pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::LruPerCpuHashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::LruPerCpuHashMap impl core::marker::Sync for aya_bpf::maps::hash_map::LruPerCpuHashMap impl core::marker::Send for aya_bpf::maps::hash_map::LruPerCpuHashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::LruPerCpuHashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::LruPerCpuHashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::LruPerCpuHashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::LruPerCpuHashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::LruPerCpuHashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::LruPerCpuHashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::LruPerCpuHashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::LruPerCpuHashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::LruPerCpuHashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::LruPerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::LruPerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::LruPerCpuHashMap pub fn aya_bpf::maps::hash_map::LruPerCpuHashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::PerCpuArray impl aya_bpf::maps::per_cpu_array::PerCpuArray pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::get(&self, index: u32) -> core::option::Option<&T> pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::get_ptr(&self, index: u32) -> core::option::Option<*const T> pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T> pub const fn aya_bpf::maps::per_cpu_array::PerCpuArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::per_cpu_array::PerCpuArray pub const fn aya_bpf::maps::per_cpu_array::PerCpuArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::per_cpu_array::PerCpuArray impl core::marker::Sync for aya_bpf::maps::per_cpu_array::PerCpuArray impl core::marker::Send for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::per_cpu_array::PerCpuArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::per_cpu_array::PerCpuArray where U: core::convert::From pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::per_cpu_array::PerCpuArray where U: core::convert::Into pub type aya_bpf::maps::per_cpu_array::PerCpuArray::Error = core::convert::Infallible pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::per_cpu_array::PerCpuArray where U: core::convert::TryFrom pub type aya_bpf::maps::per_cpu_array::PerCpuArray::Error = >::Error pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::per_cpu_array::PerCpuArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Sized pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::per_cpu_array::PerCpuArray where T: core::marker::Sized pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::per_cpu_array::PerCpuArray pub fn aya_bpf::maps::per_cpu_array::PerCpuArray::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::PerCpuHashMap impl aya_bpf::maps::hash_map::PerCpuHashMap pub unsafe fn aya_bpf::maps::hash_map::PerCpuHashMap::get(&self, key: &K) -> core::option::Option<&V> pub fn aya_bpf::maps::hash_map::PerCpuHashMap::get_ptr(&self, key: &K) -> core::option::Option<*const V> pub fn aya_bpf::maps::hash_map::PerCpuHashMap::get_ptr_mut(&self, key: &K) -> core::option::Option<*mut V> pub fn aya_bpf::maps::hash_map::PerCpuHashMap::insert(&self, key: &K, value: &V, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::PerCpuHashMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::PerCpuHashMap pub fn aya_bpf::maps::hash_map::PerCpuHashMap::remove(&self, key: &K) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub const fn aya_bpf::maps::hash_map::PerCpuHashMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::hash_map::PerCpuHashMap impl core::marker::Sync for aya_bpf::maps::hash_map::PerCpuHashMap impl core::marker::Send for aya_bpf::maps::hash_map::PerCpuHashMap where K: core::marker::Send, V: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::hash_map::PerCpuHashMap where K: core::marker::Unpin, V: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::hash_map::PerCpuHashMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::hash_map::PerCpuHashMap where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::hash_map::PerCpuHashMap where U: core::convert::From pub fn aya_bpf::maps::hash_map::PerCpuHashMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::hash_map::PerCpuHashMap where U: core::convert::Into pub type aya_bpf::maps::hash_map::PerCpuHashMap::Error = core::convert::Infallible pub fn aya_bpf::maps::hash_map::PerCpuHashMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::hash_map::PerCpuHashMap where U: core::convert::TryFrom pub type aya_bpf::maps::hash_map::PerCpuHashMap::Error = >::Error pub fn aya_bpf::maps::hash_map::PerCpuHashMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::hash_map::PerCpuHashMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::hash_map::PerCpuHashMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::hash_map::PerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::PerCpuHashMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::hash_map::PerCpuHashMap where T: core::marker::Sized pub fn aya_bpf::maps::hash_map::PerCpuHashMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::hash_map::PerCpuHashMap pub fn aya_bpf::maps::hash_map::PerCpuHashMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::PerfEventArray impl aya_bpf::maps::PerfEventArray pub const fn aya_bpf::maps::PerfEventArray::new(flags: u32) -> aya_bpf::maps::PerfEventArray pub fn aya_bpf::maps::PerfEventArray::output(&self, ctx: &C, data: &T, flags: u32) pub fn aya_bpf::maps::PerfEventArray::output_at_index(&self, ctx: &C, index: u32, data: &T, flags: u32) pub const fn aya_bpf::maps::PerfEventArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventArray pub const fn aya_bpf::maps::PerfEventArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventArray impl core::marker::Sync for aya_bpf::maps::PerfEventArray impl core::marker::Send for aya_bpf::maps::PerfEventArray where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::PerfEventArray where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::PerfEventArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::PerfEventArray where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::PerfEventArray where U: core::convert::From pub fn aya_bpf::maps::PerfEventArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::PerfEventArray where U: core::convert::Into pub type aya_bpf::maps::PerfEventArray::Error = core::convert::Infallible pub fn aya_bpf::maps::PerfEventArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::PerfEventArray where U: core::convert::TryFrom pub type aya_bpf::maps::PerfEventArray::Error = >::Error pub fn aya_bpf::maps::PerfEventArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::PerfEventArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::PerfEventArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::PerfEventArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::PerfEventArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::PerfEventArray pub fn aya_bpf::maps::PerfEventArray::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::PerfEventByteArray impl aya_bpf::maps::PerfEventByteArray pub const fn aya_bpf::maps::PerfEventByteArray::new(flags: u32) -> aya_bpf::maps::PerfEventByteArray pub fn aya_bpf::maps::PerfEventByteArray::output(&self, ctx: &C, data: &[u8], flags: u32) pub fn aya_bpf::maps::PerfEventByteArray::output_at_index(&self, ctx: &C, index: u32, data: &[u8], flags: u32) pub const fn aya_bpf::maps::PerfEventByteArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventByteArray pub const fn aya_bpf::maps::PerfEventByteArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::PerfEventByteArray impl core::marker::Sync for aya_bpf::maps::PerfEventByteArray impl core::marker::Send for aya_bpf::maps::PerfEventByteArray impl core::marker::Unpin for aya_bpf::maps::PerfEventByteArray impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::PerfEventByteArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::PerfEventByteArray impl core::convert::Into for aya_bpf::maps::PerfEventByteArray where U: core::convert::From pub fn aya_bpf::maps::PerfEventByteArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::PerfEventByteArray where U: core::convert::Into pub type aya_bpf::maps::PerfEventByteArray::Error = core::convert::Infallible pub fn aya_bpf::maps::PerfEventByteArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::PerfEventByteArray where U: core::convert::TryFrom pub type aya_bpf::maps::PerfEventByteArray::Error = >::Error pub fn aya_bpf::maps::PerfEventByteArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::PerfEventByteArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::PerfEventByteArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::PerfEventByteArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventByteArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::PerfEventByteArray where T: core::marker::Sized pub fn aya_bpf::maps::PerfEventByteArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::PerfEventByteArray pub fn aya_bpf::maps::PerfEventByteArray::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::ProgramArray impl aya_bpf::maps::program_array::ProgramArray pub const fn aya_bpf::maps::program_array::ProgramArray::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::program_array::ProgramArray pub unsafe fn aya_bpf::maps::program_array::ProgramArray::tail_call(&self, ctx: &C, index: u32) -> core::result::Result pub const fn aya_bpf::maps::program_array::ProgramArray::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::program_array::ProgramArray impl core::marker::Sync for aya_bpf::maps::program_array::ProgramArray impl core::marker::Send for aya_bpf::maps::program_array::ProgramArray impl core::marker::Unpin for aya_bpf::maps::program_array::ProgramArray impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::program_array::ProgramArray impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::program_array::ProgramArray impl core::convert::Into for aya_bpf::maps::program_array::ProgramArray where U: core::convert::From pub fn aya_bpf::maps::program_array::ProgramArray::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::program_array::ProgramArray where U: core::convert::Into pub type aya_bpf::maps::program_array::ProgramArray::Error = core::convert::Infallible pub fn aya_bpf::maps::program_array::ProgramArray::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::program_array::ProgramArray where U: core::convert::TryFrom pub type aya_bpf::maps::program_array::ProgramArray::Error = >::Error pub fn aya_bpf::maps::program_array::ProgramArray::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::program_array::ProgramArray where T: 'static + core::marker::Sized pub fn aya_bpf::maps::program_array::ProgramArray::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::program_array::ProgramArray where T: core::marker::Sized pub fn aya_bpf::maps::program_array::ProgramArray::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::program_array::ProgramArray where T: core::marker::Sized pub fn aya_bpf::maps::program_array::ProgramArray::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::program_array::ProgramArray pub fn aya_bpf::maps::program_array::ProgramArray::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::Queue impl aya_bpf::maps::queue::Queue pub const fn aya_bpf::maps::queue::Queue::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::queue::Queue pub fn aya_bpf::maps::queue::Queue::pop(&self) -> core::option::Option pub fn aya_bpf::maps::queue::Queue::push(&self, value: &T, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::queue::Queue::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::queue::Queue impl core::marker::Sync for aya_bpf::maps::queue::Queue impl core::marker::Send for aya_bpf::maps::queue::Queue where T: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::queue::Queue where T: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::queue::Queue impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::queue::Queue where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::queue::Queue where U: core::convert::From pub fn aya_bpf::maps::queue::Queue::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::queue::Queue where U: core::convert::Into pub type aya_bpf::maps::queue::Queue::Error = core::convert::Infallible pub fn aya_bpf::maps::queue::Queue::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::queue::Queue where U: core::convert::TryFrom pub type aya_bpf::maps::queue::Queue::Error = >::Error pub fn aya_bpf::maps::queue::Queue::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::queue::Queue where T: 'static + core::marker::Sized pub fn aya_bpf::maps::queue::Queue::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::queue::Queue where T: core::marker::Sized pub fn aya_bpf::maps::queue::Queue::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::queue::Queue where T: core::marker::Sized pub fn aya_bpf::maps::queue::Queue::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::queue::Queue pub fn aya_bpf::maps::queue::Queue::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::SockHash impl aya_bpf::maps::sock_hash::SockHash pub const fn aya_bpf::maps::sock_hash::SockHash::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_hash::SockHash pub fn aya_bpf::maps::sock_hash::SockHash::redirect_msg(&self, ctx: &aya_bpf::programs::sk_msg::SkMsgContext, key: &mut K, flags: u64) -> i64 pub fn aya_bpf::maps::sock_hash::SockHash::redirect_sk_lookup(&mut self, ctx: &aya_bpf::programs::sk_lookup::SkLookupContext, key: impl core::borrow::Borrow, flags: u64) -> core::result::Result<(), u32> pub fn aya_bpf::maps::sock_hash::SockHash::redirect_skb(&self, ctx: &aya_bpf::programs::sk_buff::SkBuffContext, key: &mut K, flags: u64) -> i64 pub fn aya_bpf::maps::sock_hash::SockHash::update(&self, key: &mut K, sk_ops: &mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::sock_hash::SockHash::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_hash::SockHash impl core::marker::Sync for aya_bpf::maps::sock_hash::SockHash impl core::marker::Send for aya_bpf::maps::sock_hash::SockHash where K: core::marker::Send impl core::marker::Unpin for aya_bpf::maps::sock_hash::SockHash where K: core::marker::Unpin impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::sock_hash::SockHash impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::sock_hash::SockHash where K: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::sock_hash::SockHash where U: core::convert::From pub fn aya_bpf::maps::sock_hash::SockHash::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::sock_hash::SockHash where U: core::convert::Into pub type aya_bpf::maps::sock_hash::SockHash::Error = core::convert::Infallible pub fn aya_bpf::maps::sock_hash::SockHash::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::sock_hash::SockHash where U: core::convert::TryFrom pub type aya_bpf::maps::sock_hash::SockHash::Error = >::Error pub fn aya_bpf::maps::sock_hash::SockHash::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::sock_hash::SockHash where T: 'static + core::marker::Sized pub fn aya_bpf::maps::sock_hash::SockHash::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::sock_hash::SockHash where T: core::marker::Sized pub fn aya_bpf::maps::sock_hash::SockHash::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::sock_hash::SockHash where T: core::marker::Sized pub fn aya_bpf::maps::sock_hash::SockHash::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::sock_hash::SockHash pub fn aya_bpf::maps::sock_hash::SockHash::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::SockMap impl aya_bpf::maps::sock_map::SockMap pub const fn aya_bpf::maps::sock_map::SockMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_map::SockMap pub unsafe fn aya_bpf::maps::sock_map::SockMap::redirect_msg(&self, ctx: &aya_bpf::programs::sk_msg::SkMsgContext, index: u32, flags: u64) -> i64 pub fn aya_bpf::maps::sock_map::SockMap::redirect_sk_lookup(&mut self, ctx: &aya_bpf::programs::sk_lookup::SkLookupContext, index: u32, flags: u64) -> core::result::Result<(), u32> pub unsafe fn aya_bpf::maps::sock_map::SockMap::redirect_skb(&self, ctx: &aya_bpf::programs::sk_buff::SkBuffContext, index: u32, flags: u64) -> i64 pub unsafe fn aya_bpf::maps::sock_map::SockMap::update(&self, index: u32, sk_ops: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::sock_map::SockMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::sock_map::SockMap impl core::marker::Sync for aya_bpf::maps::sock_map::SockMap impl core::marker::Send for aya_bpf::maps::sock_map::SockMap impl core::marker::Unpin for aya_bpf::maps::sock_map::SockMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::sock_map::SockMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::sock_map::SockMap impl core::convert::Into for aya_bpf::maps::sock_map::SockMap where U: core::convert::From pub fn aya_bpf::maps::sock_map::SockMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::sock_map::SockMap where U: core::convert::Into pub type aya_bpf::maps::sock_map::SockMap::Error = core::convert::Infallible pub fn aya_bpf::maps::sock_map::SockMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::sock_map::SockMap where U: core::convert::TryFrom pub type aya_bpf::maps::sock_map::SockMap::Error = >::Error pub fn aya_bpf::maps::sock_map::SockMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::sock_map::SockMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::sock_map::SockMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::sock_map::SockMap where T: core::marker::Sized pub fn aya_bpf::maps::sock_map::SockMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::sock_map::SockMap where T: core::marker::Sized pub fn aya_bpf::maps::sock_map::SockMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::sock_map::SockMap pub fn aya_bpf::maps::sock_map::SockMap::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::Stack impl aya_bpf::maps::stack::Stack pub const fn aya_bpf::maps::stack::Stack::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::stack::Stack pub fn aya_bpf::maps::stack::Stack::pop(&mut self) -> core::option::Option pub fn aya_bpf::maps::stack::Stack::push(&mut self, value: &T, flags: u64) -> core::result::Result<(), i64> pub const fn aya_bpf::maps::stack::Stack::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::stack::Stack impl core::marker::Send for aya_bpf::maps::stack::Stack where T: core::marker::Send impl core::marker::Sync for aya_bpf::maps::stack::Stack where T: core::marker::Sync impl core::marker::Unpin for aya_bpf::maps::stack::Stack where T: core::marker::Unpin impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::stack::Stack where T: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::stack::Stack where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_bpf::maps::stack::Stack where U: core::convert::From pub fn aya_bpf::maps::stack::Stack::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::stack::Stack where U: core::convert::Into pub type aya_bpf::maps::stack::Stack::Error = core::convert::Infallible pub fn aya_bpf::maps::stack::Stack::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::stack::Stack where U: core::convert::TryFrom pub type aya_bpf::maps::stack::Stack::Error = >::Error pub fn aya_bpf::maps::stack::Stack::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::stack::Stack where T: 'static + core::marker::Sized pub fn aya_bpf::maps::stack::Stack::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::stack::Stack where T: core::marker::Sized pub fn aya_bpf::maps::stack::Stack::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::stack::Stack where T: core::marker::Sized pub fn aya_bpf::maps::stack::Stack::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::stack::Stack pub fn aya_bpf::maps::stack::Stack::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::StackTrace impl aya_bpf::maps::stack_trace::StackTrace pub unsafe fn aya_bpf::maps::stack_trace::StackTrace::get_stackid(&self, ctx: &C, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::stack_trace::StackTrace::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::stack_trace::StackTrace pub const fn aya_bpf::maps::stack_trace::StackTrace::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::stack_trace::StackTrace impl core::marker::Sync for aya_bpf::maps::stack_trace::StackTrace impl core::marker::Send for aya_bpf::maps::stack_trace::StackTrace impl core::marker::Unpin for aya_bpf::maps::stack_trace::StackTrace impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::stack_trace::StackTrace impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::stack_trace::StackTrace impl core::convert::Into for aya_bpf::maps::stack_trace::StackTrace where U: core::convert::From pub fn aya_bpf::maps::stack_trace::StackTrace::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::stack_trace::StackTrace where U: core::convert::Into pub type aya_bpf::maps::stack_trace::StackTrace::Error = core::convert::Infallible pub fn aya_bpf::maps::stack_trace::StackTrace::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::stack_trace::StackTrace where U: core::convert::TryFrom pub type aya_bpf::maps::stack_trace::StackTrace::Error = >::Error pub fn aya_bpf::maps::stack_trace::StackTrace::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::stack_trace::StackTrace where T: 'static + core::marker::Sized pub fn aya_bpf::maps::stack_trace::StackTrace::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::stack_trace::StackTrace where T: core::marker::Sized pub fn aya_bpf::maps::stack_trace::StackTrace::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::stack_trace::StackTrace where T: core::marker::Sized pub fn aya_bpf::maps::stack_trace::StackTrace::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::stack_trace::StackTrace pub fn aya_bpf::maps::stack_trace::StackTrace::from(t: T) -> T #[repr(transparent)] pub struct aya_bpf::maps::XskMap impl aya_bpf::maps::XskMap pub fn aya_bpf::maps::XskMap::get(&self, index: u32) -> core::option::Option pub const fn aya_bpf::maps::XskMap::pinned(max_entries: u32, flags: u32) -> aya_bpf::maps::XskMap pub fn aya_bpf::maps::XskMap::redirect(&self, index: u32, flags: u64) -> core::result::Result pub const fn aya_bpf::maps::XskMap::with_max_entries(max_entries: u32, flags: u32) -> aya_bpf::maps::XskMap impl core::marker::Sync for aya_bpf::maps::XskMap impl core::marker::Send for aya_bpf::maps::XskMap impl core::marker::Unpin for aya_bpf::maps::XskMap impl !core::panic::unwind_safe::RefUnwindSafe for aya_bpf::maps::XskMap impl core::panic::unwind_safe::UnwindSafe for aya_bpf::maps::XskMap impl core::convert::Into for aya_bpf::maps::XskMap where U: core::convert::From pub fn aya_bpf::maps::XskMap::into(self) -> U impl core::convert::TryFrom for aya_bpf::maps::XskMap where U: core::convert::Into pub type aya_bpf::maps::XskMap::Error = core::convert::Infallible pub fn aya_bpf::maps::XskMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::maps::XskMap where U: core::convert::TryFrom pub type aya_bpf::maps::XskMap::Error = >::Error pub fn aya_bpf::maps::XskMap::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::maps::XskMap where T: 'static + core::marker::Sized pub fn aya_bpf::maps::XskMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::maps::XskMap where T: core::marker::Sized pub fn aya_bpf::maps::XskMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::maps::XskMap where T: core::marker::Sized pub fn aya_bpf::maps::XskMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::maps::XskMap pub fn aya_bpf::maps::XskMap::from(t: T) -> T pub mod aya_bpf::programs pub mod aya_bpf::programs::device pub struct aya_bpf::programs::device::DeviceContext pub aya_bpf::programs::device::DeviceContext::device: *mut aya_bpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx impl aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::new(device: *mut aya_bpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx) -> aya_bpf::programs::device::DeviceContext impl aya_bpf::BpfContext for aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::device::DeviceContext impl !core::marker::Sync for aya_bpf::programs::device::DeviceContext impl core::marker::Unpin for aya_bpf::programs::device::DeviceContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::device::DeviceContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::device::DeviceContext impl core::convert::Into for aya_bpf::programs::device::DeviceContext where U: core::convert::From pub fn aya_bpf::programs::device::DeviceContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::device::DeviceContext where U: core::convert::Into pub type aya_bpf::programs::device::DeviceContext::Error = core::convert::Infallible pub fn aya_bpf::programs::device::DeviceContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::device::DeviceContext where U: core::convert::TryFrom pub type aya_bpf::programs::device::DeviceContext::Error = >::Error pub fn aya_bpf::programs::device::DeviceContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::device::DeviceContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::device::DeviceContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::device::DeviceContext where T: core::marker::Sized pub fn aya_bpf::programs::device::DeviceContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::device::DeviceContext where T: core::marker::Sized pub fn aya_bpf::programs::device::DeviceContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::from(t: T) -> T pub mod aya_bpf::programs::fentry pub struct aya_bpf::programs::fentry::FEntryContext impl aya_bpf::programs::fentry::FEntryContext pub unsafe fn aya_bpf::programs::fentry::FEntryContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::fentry::FEntryContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::fentry::FEntryContext impl aya_bpf::BpfContext for aya_bpf::programs::fentry::FEntryContext pub fn aya_bpf::programs::fentry::FEntryContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::fentry::FEntryContext impl !core::marker::Sync for aya_bpf::programs::fentry::FEntryContext impl core::marker::Unpin for aya_bpf::programs::fentry::FEntryContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::fentry::FEntryContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::fentry::FEntryContext impl core::convert::Into for aya_bpf::programs::fentry::FEntryContext where U: core::convert::From pub fn aya_bpf::programs::fentry::FEntryContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::fentry::FEntryContext where U: core::convert::Into pub type aya_bpf::programs::fentry::FEntryContext::Error = core::convert::Infallible pub fn aya_bpf::programs::fentry::FEntryContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::fentry::FEntryContext where U: core::convert::TryFrom pub type aya_bpf::programs::fentry::FEntryContext::Error = >::Error pub fn aya_bpf::programs::fentry::FEntryContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::fentry::FEntryContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::fentry::FEntryContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::fentry::FEntryContext where T: core::marker::Sized pub fn aya_bpf::programs::fentry::FEntryContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::fentry::FEntryContext where T: core::marker::Sized pub fn aya_bpf::programs::fentry::FEntryContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::fentry::FEntryContext pub fn aya_bpf::programs::fentry::FEntryContext::from(t: T) -> T pub mod aya_bpf::programs::fexit pub struct aya_bpf::programs::fexit::FExitContext impl aya_bpf::programs::fexit::FExitContext pub unsafe fn aya_bpf::programs::fexit::FExitContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::fexit::FExitContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::fexit::FExitContext impl aya_bpf::BpfContext for aya_bpf::programs::fexit::FExitContext pub fn aya_bpf::programs::fexit::FExitContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::fexit::FExitContext impl !core::marker::Sync for aya_bpf::programs::fexit::FExitContext impl core::marker::Unpin for aya_bpf::programs::fexit::FExitContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::fexit::FExitContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::fexit::FExitContext impl core::convert::Into for aya_bpf::programs::fexit::FExitContext where U: core::convert::From pub fn aya_bpf::programs::fexit::FExitContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::fexit::FExitContext where U: core::convert::Into pub type aya_bpf::programs::fexit::FExitContext::Error = core::convert::Infallible pub fn aya_bpf::programs::fexit::FExitContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::fexit::FExitContext where U: core::convert::TryFrom pub type aya_bpf::programs::fexit::FExitContext::Error = >::Error pub fn aya_bpf::programs::fexit::FExitContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::fexit::FExitContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::fexit::FExitContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::fexit::FExitContext where T: core::marker::Sized pub fn aya_bpf::programs::fexit::FExitContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::fexit::FExitContext where T: core::marker::Sized pub fn aya_bpf::programs::fexit::FExitContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::fexit::FExitContext pub fn aya_bpf::programs::fexit::FExitContext::from(t: T) -> T pub mod aya_bpf::programs::lsm pub struct aya_bpf::programs::lsm::LsmContext impl aya_bpf::programs::lsm::LsmContext pub unsafe fn aya_bpf::programs::lsm::LsmContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::lsm::LsmContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::lsm::LsmContext impl aya_bpf::BpfContext for aya_bpf::programs::lsm::LsmContext pub fn aya_bpf::programs::lsm::LsmContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::lsm::LsmContext impl !core::marker::Sync for aya_bpf::programs::lsm::LsmContext impl core::marker::Unpin for aya_bpf::programs::lsm::LsmContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::lsm::LsmContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::lsm::LsmContext impl core::convert::Into for aya_bpf::programs::lsm::LsmContext where U: core::convert::From pub fn aya_bpf::programs::lsm::LsmContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::lsm::LsmContext where U: core::convert::Into pub type aya_bpf::programs::lsm::LsmContext::Error = core::convert::Infallible pub fn aya_bpf::programs::lsm::LsmContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::lsm::LsmContext where U: core::convert::TryFrom pub type aya_bpf::programs::lsm::LsmContext::Error = >::Error pub fn aya_bpf::programs::lsm::LsmContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::lsm::LsmContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::lsm::LsmContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::lsm::LsmContext where T: core::marker::Sized pub fn aya_bpf::programs::lsm::LsmContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::lsm::LsmContext where T: core::marker::Sized pub fn aya_bpf::programs::lsm::LsmContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::lsm::LsmContext pub fn aya_bpf::programs::lsm::LsmContext::from(t: T) -> T pub mod aya_bpf::programs::perf_event pub struct aya_bpf::programs::perf_event::PerfEventContext impl aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::perf_event::PerfEventContext impl aya_bpf::BpfContext for aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::perf_event::PerfEventContext impl !core::marker::Sync for aya_bpf::programs::perf_event::PerfEventContext impl core::marker::Unpin for aya_bpf::programs::perf_event::PerfEventContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::perf_event::PerfEventContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::perf_event::PerfEventContext impl core::convert::Into for aya_bpf::programs::perf_event::PerfEventContext where U: core::convert::From pub fn aya_bpf::programs::perf_event::PerfEventContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::perf_event::PerfEventContext where U: core::convert::Into pub type aya_bpf::programs::perf_event::PerfEventContext::Error = core::convert::Infallible pub fn aya_bpf::programs::perf_event::PerfEventContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::perf_event::PerfEventContext where U: core::convert::TryFrom pub type aya_bpf::programs::perf_event::PerfEventContext::Error = >::Error pub fn aya_bpf::programs::perf_event::PerfEventContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::perf_event::PerfEventContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::perf_event::PerfEventContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::perf_event::PerfEventContext where T: core::marker::Sized pub fn aya_bpf::programs::perf_event::PerfEventContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::perf_event::PerfEventContext where T: core::marker::Sized pub fn aya_bpf::programs::perf_event::PerfEventContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::from(t: T) -> T pub mod aya_bpf::programs::probe pub struct aya_bpf::programs::probe::ProbeContext pub aya_bpf::programs::probe::ProbeContext::regs: *mut aya_bpf_bindings::x86_64::bindings::pt_regs impl aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::arg(&self, n: usize) -> core::option::Option pub fn aya_bpf::programs::probe::ProbeContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::ret(&self) -> core::option::Option impl aya_bpf::BpfContext for aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::probe::ProbeContext impl !core::marker::Sync for aya_bpf::programs::probe::ProbeContext impl core::marker::Unpin for aya_bpf::programs::probe::ProbeContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::probe::ProbeContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::probe::ProbeContext impl core::convert::Into for aya_bpf::programs::probe::ProbeContext where U: core::convert::From pub fn aya_bpf::programs::probe::ProbeContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::probe::ProbeContext where U: core::convert::Into pub type aya_bpf::programs::probe::ProbeContext::Error = core::convert::Infallible pub fn aya_bpf::programs::probe::ProbeContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::probe::ProbeContext where U: core::convert::TryFrom pub type aya_bpf::programs::probe::ProbeContext::Error = >::Error pub fn aya_bpf::programs::probe::ProbeContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::probe::ProbeContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::probe::ProbeContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::probe::ProbeContext where T: core::marker::Sized pub fn aya_bpf::programs::probe::ProbeContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::probe::ProbeContext where T: core::marker::Sized pub fn aya_bpf::programs::probe::ProbeContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::from(t: T) -> T pub mod aya_bpf::programs::raw_tracepoint pub struct aya_bpf::programs::raw_tracepoint::RawTracePointContext impl aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::raw_tracepoint::RawTracePointContext impl aya_bpf::BpfContext for aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl !core::marker::Sync for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::marker::Unpin for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::convert::Into for aya_bpf::programs::raw_tracepoint::RawTracePointContext where U: core::convert::From pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::raw_tracepoint::RawTracePointContext where U: core::convert::Into pub type aya_bpf::programs::raw_tracepoint::RawTracePointContext::Error = core::convert::Infallible pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::raw_tracepoint::RawTracePointContext where U: core::convert::TryFrom pub type aya_bpf::programs::raw_tracepoint::RawTracePointContext::Error = >::Error pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::raw_tracepoint::RawTracePointContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::raw_tracepoint::RawTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::raw_tracepoint::RawTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::from(t: T) -> T pub mod aya_bpf::programs::sk_buff pub struct aya_bpf::programs::sk_buff::SkBuff pub aya_bpf::programs::sk_buff::SkBuff::skb: *mut aya_bpf_bindings::x86_64::bindings::__sk_buff impl aya_bpf::programs::sk_buff::SkBuff pub fn aya_bpf::programs::sk_buff::SkBuff::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::cb(&self) -> &[u32] pub fn aya_bpf::programs::sk_buff::SkBuff::cb_mut(&mut self) -> &mut [u32] pub fn aya_bpf::programs::sk_buff::SkBuff::change_proto(&self, proto: u16, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::change_type(&self, ty: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::family(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::get_socket_uid(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::len(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::load(&self, offset: usize) -> core::result::Result pub fn aya_bpf::programs::sk_buff::SkBuff::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result pub fn aya_bpf::programs::sk_buff::SkBuff::local_ipv4(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::local_ipv6(&self) -> &[u32; 4] pub fn aya_bpf::programs::sk_buff::SkBuff::local_port(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::new(skb: *mut aya_bpf_bindings::x86_64::bindings::__sk_buff) -> aya_bpf::programs::sk_buff::SkBuff pub fn aya_bpf::programs::sk_buff::SkBuff::protocol(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::pull_data(&self, len: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuff::remote_ipv4(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::remote_ipv6(&self) -> &[u32; 4] pub fn aya_bpf::programs::sk_buff::SkBuff::remote_port(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuff::set_mark(&mut self, mark: u32) pub fn aya_bpf::programs::sk_buff::SkBuff::store(&mut self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> impl !core::marker::Send for aya_bpf::programs::sk_buff::SkBuff impl !core::marker::Sync for aya_bpf::programs::sk_buff::SkBuff impl core::marker::Unpin for aya_bpf::programs::sk_buff::SkBuff impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_buff::SkBuff impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_buff::SkBuff impl core::convert::Into for aya_bpf::programs::sk_buff::SkBuff where U: core::convert::From pub fn aya_bpf::programs::sk_buff::SkBuff::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_buff::SkBuff where U: core::convert::Into pub type aya_bpf::programs::sk_buff::SkBuff::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_buff::SkBuff::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_buff::SkBuff where U: core::convert::TryFrom pub type aya_bpf::programs::sk_buff::SkBuff::Error = >::Error pub fn aya_bpf::programs::sk_buff::SkBuff::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_buff::SkBuff where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuff::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_buff::SkBuff where T: core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuff::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_buff::SkBuff where T: core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuff::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_buff::SkBuff pub fn aya_bpf::programs::sk_buff::SkBuff::from(t: T) -> T pub struct aya_bpf::programs::sk_buff::SkBuffContext pub aya_bpf::programs::sk_buff::SkBuffContext::skb: aya_bpf::programs::sk_buff::SkBuff impl aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::cb(&self) -> &[u32] pub fn aya_bpf::programs::sk_buff::SkBuffContext::cb_mut(&mut self) -> &mut [u32] pub fn aya_bpf::programs::sk_buff::SkBuffContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::get_socket_uid(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuffContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::len(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuffContext::load(&self, offset: usize) -> core::result::Result pub fn aya_bpf::programs::sk_buff::SkBuffContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result pub fn aya_bpf::programs::sk_buff::SkBuffContext::new(skb: *mut aya_bpf_bindings::x86_64::bindings::__sk_buff) -> aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::set_mark(&mut self, mark: u32) pub fn aya_bpf::programs::sk_buff::SkBuffContext::store(&mut self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> impl aya_bpf::BpfContext for aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sk_buff::SkBuffContext impl !core::marker::Sync for aya_bpf::programs::sk_buff::SkBuffContext impl core::marker::Unpin for aya_bpf::programs::sk_buff::SkBuffContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_buff::SkBuffContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_buff::SkBuffContext impl core::convert::Into for aya_bpf::programs::sk_buff::SkBuffContext where U: core::convert::From pub fn aya_bpf::programs::sk_buff::SkBuffContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_buff::SkBuffContext where U: core::convert::Into pub type aya_bpf::programs::sk_buff::SkBuffContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_buff::SkBuffContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_buff::SkBuffContext where U: core::convert::TryFrom pub type aya_bpf::programs::sk_buff::SkBuffContext::Error = >::Error pub fn aya_bpf::programs::sk_buff::SkBuffContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_buff::SkBuffContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuffContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_buff::SkBuffContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuffContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_buff::SkBuffContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuffContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::from(t: T) -> T pub mod aya_bpf::programs::sk_lookup pub struct aya_bpf::programs::sk_lookup::SkLookupContext pub aya_bpf::programs::sk_lookup::SkLookupContext::lookup: *mut aya_bpf_bindings::x86_64::bindings::bpf_sk_lookup impl aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::new(lookup: *mut aya_bpf_bindings::x86_64::bindings::bpf_sk_lookup) -> aya_bpf::programs::sk_lookup::SkLookupContext impl aya_bpf::BpfContext for aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sk_lookup::SkLookupContext impl !core::marker::Sync for aya_bpf::programs::sk_lookup::SkLookupContext impl core::marker::Unpin for aya_bpf::programs::sk_lookup::SkLookupContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_lookup::SkLookupContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_lookup::SkLookupContext impl core::convert::Into for aya_bpf::programs::sk_lookup::SkLookupContext where U: core::convert::From pub fn aya_bpf::programs::sk_lookup::SkLookupContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_lookup::SkLookupContext where U: core::convert::Into pub type aya_bpf::programs::sk_lookup::SkLookupContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_lookup::SkLookupContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_lookup::SkLookupContext where U: core::convert::TryFrom pub type aya_bpf::programs::sk_lookup::SkLookupContext::Error = >::Error pub fn aya_bpf::programs::sk_lookup::SkLookupContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_lookup::SkLookupContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_lookup::SkLookupContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_lookup::SkLookupContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_lookup::SkLookupContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_lookup::SkLookupContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_lookup::SkLookupContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::from(t: T) -> T pub mod aya_bpf::programs::sk_msg pub struct aya_bpf::programs::sk_msg::SkMsgContext pub aya_bpf::programs::sk_msg::SkMsgContext::msg: *mut aya_bpf_bindings::x86_64::bindings::sk_msg_md impl aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::data(&self) -> usize pub fn aya_bpf::programs::sk_msg::SkMsgContext::data_end(&self) -> usize pub fn aya_bpf::programs::sk_msg::SkMsgContext::new(msg: *mut aya_bpf_bindings::x86_64::bindings::sk_msg_md) -> aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::pop_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i64> pub fn aya_bpf::programs::sk_msg::SkMsgContext::push_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i64> pub fn aya_bpf::programs::sk_msg::SkMsgContext::size(&self) -> u32 impl aya_bpf::BpfContext for aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sk_msg::SkMsgContext impl !core::marker::Sync for aya_bpf::programs::sk_msg::SkMsgContext impl core::marker::Unpin for aya_bpf::programs::sk_msg::SkMsgContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_msg::SkMsgContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_msg::SkMsgContext impl core::convert::Into for aya_bpf::programs::sk_msg::SkMsgContext where U: core::convert::From pub fn aya_bpf::programs::sk_msg::SkMsgContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_msg::SkMsgContext where U: core::convert::Into pub type aya_bpf::programs::sk_msg::SkMsgContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_msg::SkMsgContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_msg::SkMsgContext where U: core::convert::TryFrom pub type aya_bpf::programs::sk_msg::SkMsgContext::Error = >::Error pub fn aya_bpf::programs::sk_msg::SkMsgContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_msg::SkMsgContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_msg::SkMsgContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_msg::SkMsgContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_msg::SkMsgContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_msg::SkMsgContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_msg::SkMsgContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::from(t: T) -> T pub mod aya_bpf::programs::sock pub struct aya_bpf::programs::sock::SockContext pub aya_bpf::programs::sock::SockContext::sock: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock impl aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::new(sock: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock) -> aya_bpf::programs::sock::SockContext impl aya_bpf::BpfContext for aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sock::SockContext impl !core::marker::Sync for aya_bpf::programs::sock::SockContext impl core::marker::Unpin for aya_bpf::programs::sock::SockContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sock::SockContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sock::SockContext impl core::convert::Into for aya_bpf::programs::sock::SockContext where U: core::convert::From pub fn aya_bpf::programs::sock::SockContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sock::SockContext where U: core::convert::Into pub type aya_bpf::programs::sock::SockContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sock::SockContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sock::SockContext where U: core::convert::TryFrom pub type aya_bpf::programs::sock::SockContext::Error = >::Error pub fn aya_bpf::programs::sock::SockContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sock::SockContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sock::SockContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sock::SockContext where T: core::marker::Sized pub fn aya_bpf::programs::sock::SockContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sock::SockContext where T: core::marker::Sized pub fn aya_bpf::programs::sock::SockContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::from(t: T) -> T pub mod aya_bpf::programs::sock_addr pub struct aya_bpf::programs::sock_addr::SockAddrContext pub aya_bpf::programs::sock_addr::SockAddrContext::sock_addr: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_addr impl aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::new(sock_addr: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_addr) -> aya_bpf::programs::sock_addr::SockAddrContext impl aya_bpf::BpfContext for aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sock_addr::SockAddrContext impl !core::marker::Sync for aya_bpf::programs::sock_addr::SockAddrContext impl core::marker::Unpin for aya_bpf::programs::sock_addr::SockAddrContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sock_addr::SockAddrContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sock_addr::SockAddrContext impl core::convert::Into for aya_bpf::programs::sock_addr::SockAddrContext where U: core::convert::From pub fn aya_bpf::programs::sock_addr::SockAddrContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sock_addr::SockAddrContext where U: core::convert::Into pub type aya_bpf::programs::sock_addr::SockAddrContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sock_addr::SockAddrContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sock_addr::SockAddrContext where U: core::convert::TryFrom pub type aya_bpf::programs::sock_addr::SockAddrContext::Error = >::Error pub fn aya_bpf::programs::sock_addr::SockAddrContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sock_addr::SockAddrContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sock_addr::SockAddrContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sock_addr::SockAddrContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_addr::SockAddrContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sock_addr::SockAddrContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_addr::SockAddrContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::from(t: T) -> T pub mod aya_bpf::programs::sock_ops pub struct aya_bpf::programs::sock_ops::SockOpsContext pub aya_bpf::programs::sock_ops::SockOpsContext::ops: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops impl aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::arg(&self, n: usize) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::cb_flags(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::family(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::local_ip4(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::local_ip6(&self) -> [u32; 4] pub fn aya_bpf::programs::sock_ops::SockOpsContext::local_port(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::new(ops: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops) -> aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::op(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::remote_ip4(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::remote_ip6(&self) -> [u32; 4] pub fn aya_bpf::programs::sock_ops::SockOpsContext::remote_port(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::set_cb_flags(&self, flags: i32) -> core::result::Result<(), i64> impl aya_bpf::BpfContext for aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sock_ops::SockOpsContext impl !core::marker::Sync for aya_bpf::programs::sock_ops::SockOpsContext impl core::marker::Unpin for aya_bpf::programs::sock_ops::SockOpsContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sock_ops::SockOpsContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sock_ops::SockOpsContext impl core::convert::Into for aya_bpf::programs::sock_ops::SockOpsContext where U: core::convert::From pub fn aya_bpf::programs::sock_ops::SockOpsContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sock_ops::SockOpsContext where U: core::convert::Into pub type aya_bpf::programs::sock_ops::SockOpsContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sock_ops::SockOpsContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sock_ops::SockOpsContext where U: core::convert::TryFrom pub type aya_bpf::programs::sock_ops::SockOpsContext::Error = >::Error pub fn aya_bpf::programs::sock_ops::SockOpsContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sock_ops::SockOpsContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sock_ops::SockOpsContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sock_ops::SockOpsContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_ops::SockOpsContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sock_ops::SockOpsContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_ops::SockOpsContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::from(t: T) -> T pub mod aya_bpf::programs::sockopt pub struct aya_bpf::programs::sockopt::SockoptContext pub aya_bpf::programs::sockopt::SockoptContext::sockopt: *mut aya_bpf_bindings::x86_64::bindings::bpf_sockopt impl aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::new(sockopt: *mut aya_bpf_bindings::x86_64::bindings::bpf_sockopt) -> aya_bpf::programs::sockopt::SockoptContext impl aya_bpf::BpfContext for aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sockopt::SockoptContext impl !core::marker::Sync for aya_bpf::programs::sockopt::SockoptContext impl core::marker::Unpin for aya_bpf::programs::sockopt::SockoptContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sockopt::SockoptContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sockopt::SockoptContext impl core::convert::Into for aya_bpf::programs::sockopt::SockoptContext where U: core::convert::From pub fn aya_bpf::programs::sockopt::SockoptContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sockopt::SockoptContext where U: core::convert::Into pub type aya_bpf::programs::sockopt::SockoptContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sockopt::SockoptContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sockopt::SockoptContext where U: core::convert::TryFrom pub type aya_bpf::programs::sockopt::SockoptContext::Error = >::Error pub fn aya_bpf::programs::sockopt::SockoptContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sockopt::SockoptContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sockopt::SockoptContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sockopt::SockoptContext where T: core::marker::Sized pub fn aya_bpf::programs::sockopt::SockoptContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sockopt::SockoptContext where T: core::marker::Sized pub fn aya_bpf::programs::sockopt::SockoptContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::from(t: T) -> T pub mod aya_bpf::programs::sysctl pub struct aya_bpf::programs::sysctl::SysctlContext pub aya_bpf::programs::sysctl::SysctlContext::sysctl: *mut aya_bpf_bindings::x86_64::bindings::bpf_sysctl impl aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::new(sysctl: *mut aya_bpf_bindings::x86_64::bindings::bpf_sysctl) -> aya_bpf::programs::sysctl::SysctlContext impl aya_bpf::BpfContext for aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sysctl::SysctlContext impl !core::marker::Sync for aya_bpf::programs::sysctl::SysctlContext impl core::marker::Unpin for aya_bpf::programs::sysctl::SysctlContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sysctl::SysctlContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sysctl::SysctlContext impl core::convert::Into for aya_bpf::programs::sysctl::SysctlContext where U: core::convert::From pub fn aya_bpf::programs::sysctl::SysctlContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sysctl::SysctlContext where U: core::convert::Into pub type aya_bpf::programs::sysctl::SysctlContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sysctl::SysctlContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sysctl::SysctlContext where U: core::convert::TryFrom pub type aya_bpf::programs::sysctl::SysctlContext::Error = >::Error pub fn aya_bpf::programs::sysctl::SysctlContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sysctl::SysctlContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sysctl::SysctlContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sysctl::SysctlContext where T: core::marker::Sized pub fn aya_bpf::programs::sysctl::SysctlContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sysctl::SysctlContext where T: core::marker::Sized pub fn aya_bpf::programs::sysctl::SysctlContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::from(t: T) -> T pub mod aya_bpf::programs::tc pub struct aya_bpf::programs::tc::TcContext pub aya_bpf::programs::tc::TcContext::skb: aya_bpf::programs::sk_buff::SkBuff impl aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::cb(&self) -> &[u32] pub fn aya_bpf::programs::tc::TcContext::cb_mut(&mut self) -> &mut [u32] pub fn aya_bpf::programs::tc::TcContext::change_proto(&self, proto: u16, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::data(&self) -> usize pub fn aya_bpf::programs::tc::TcContext::data_end(&self) -> usize pub fn aya_bpf::programs::tc::TcContext::get_socket_uid(&self) -> u32 pub fn aya_bpf::programs::tc::TcContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::len(&self) -> u32 pub fn aya_bpf::programs::tc::TcContext::load(&self, offset: usize) -> core::result::Result pub fn aya_bpf::programs::tc::TcContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result pub fn aya_bpf::programs::tc::TcContext::new(skb: *mut aya_bpf_bindings::x86_64::bindings::__sk_buff) -> aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::set_mark(&mut self, mark: u32) pub fn aya_bpf::programs::tc::TcContext::store(&mut self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> impl aya_bpf::BpfContext for aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::as_ptr(&self) -> *mut aya_bpf_cty::c_void impl !core::marker::Send for aya_bpf::programs::tc::TcContext impl !core::marker::Sync for aya_bpf::programs::tc::TcContext impl core::marker::Unpin for aya_bpf::programs::tc::TcContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::tc::TcContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::tc::TcContext impl core::convert::Into for aya_bpf::programs::tc::TcContext where U: core::convert::From pub fn aya_bpf::programs::tc::TcContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::tc::TcContext where U: core::convert::Into pub type aya_bpf::programs::tc::TcContext::Error = core::convert::Infallible pub fn aya_bpf::programs::tc::TcContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::tc::TcContext where U: core::convert::TryFrom pub type aya_bpf::programs::tc::TcContext::Error = >::Error pub fn aya_bpf::programs::tc::TcContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::tc::TcContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::tc::TcContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::tc::TcContext where T: core::marker::Sized pub fn aya_bpf::programs::tc::TcContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::tc::TcContext where T: core::marker::Sized pub fn aya_bpf::programs::tc::TcContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::from(t: T) -> T pub mod aya_bpf::programs::tp_btf pub struct aya_bpf::programs::tp_btf::BtfTracePointContext impl aya_bpf::programs::tp_btf::BtfTracePointContext pub unsafe fn aya_bpf::programs::tp_btf::BtfTracePointContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::tp_btf::BtfTracePointContext impl aya_bpf::BpfContext for aya_bpf::programs::tp_btf::BtfTracePointContext pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::tp_btf::BtfTracePointContext impl !core::marker::Sync for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::marker::Unpin for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::convert::Into for aya_bpf::programs::tp_btf::BtfTracePointContext where U: core::convert::From pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::tp_btf::BtfTracePointContext where U: core::convert::Into pub type aya_bpf::programs::tp_btf::BtfTracePointContext::Error = core::convert::Infallible pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::tp_btf::BtfTracePointContext where U: core::convert::TryFrom pub type aya_bpf::programs::tp_btf::BtfTracePointContext::Error = >::Error pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::tp_btf::BtfTracePointContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::tp_btf::BtfTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::tp_btf::BtfTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::tp_btf::BtfTracePointContext pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::from(t: T) -> T pub mod aya_bpf::programs::tracepoint pub struct aya_bpf::programs::tracepoint::TracePointContext impl aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::tracepoint::TracePointContext pub unsafe fn aya_bpf::programs::tracepoint::TracePointContext::read_at(&self, offset: usize) -> core::result::Result impl aya_bpf::BpfContext for aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::tracepoint::TracePointContext impl !core::marker::Sync for aya_bpf::programs::tracepoint::TracePointContext impl core::marker::Unpin for aya_bpf::programs::tracepoint::TracePointContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::tracepoint::TracePointContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::tracepoint::TracePointContext impl core::convert::Into for aya_bpf::programs::tracepoint::TracePointContext where U: core::convert::From pub fn aya_bpf::programs::tracepoint::TracePointContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::tracepoint::TracePointContext where U: core::convert::Into pub type aya_bpf::programs::tracepoint::TracePointContext::Error = core::convert::Infallible pub fn aya_bpf::programs::tracepoint::TracePointContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::tracepoint::TracePointContext where U: core::convert::TryFrom pub type aya_bpf::programs::tracepoint::TracePointContext::Error = >::Error pub fn aya_bpf::programs::tracepoint::TracePointContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::tracepoint::TracePointContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::tracepoint::TracePointContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::tracepoint::TracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tracepoint::TracePointContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::tracepoint::TracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tracepoint::TracePointContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::from(t: T) -> T pub mod aya_bpf::programs::xdp pub struct aya_bpf::programs::xdp::XdpContext pub aya_bpf::programs::xdp::XdpContext::ctx: *mut aya_bpf_bindings::x86_64::bindings::xdp_md impl aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::data(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::data_end(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::metadata(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::metadata_end(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::new(ctx: *mut aya_bpf_bindings::x86_64::bindings::xdp_md) -> aya_bpf::programs::xdp::XdpContext impl aya_bpf::BpfContext for aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::xdp::XdpContext impl !core::marker::Sync for aya_bpf::programs::xdp::XdpContext impl core::marker::Unpin for aya_bpf::programs::xdp::XdpContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::xdp::XdpContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::xdp::XdpContext impl core::convert::Into for aya_bpf::programs::xdp::XdpContext where U: core::convert::From pub fn aya_bpf::programs::xdp::XdpContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::xdp::XdpContext where U: core::convert::Into pub type aya_bpf::programs::xdp::XdpContext::Error = core::convert::Infallible pub fn aya_bpf::programs::xdp::XdpContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::xdp::XdpContext where U: core::convert::TryFrom pub type aya_bpf::programs::xdp::XdpContext::Error = >::Error pub fn aya_bpf::programs::xdp::XdpContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::xdp::XdpContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::xdp::XdpContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::xdp::XdpContext where T: core::marker::Sized pub fn aya_bpf::programs::xdp::XdpContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::xdp::XdpContext where T: core::marker::Sized pub fn aya_bpf::programs::xdp::XdpContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::from(t: T) -> T pub struct aya_bpf::programs::BtfTracePointContext impl aya_bpf::programs::tp_btf::BtfTracePointContext pub unsafe fn aya_bpf::programs::tp_btf::BtfTracePointContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::tp_btf::BtfTracePointContext impl aya_bpf::BpfContext for aya_bpf::programs::tp_btf::BtfTracePointContext pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::tp_btf::BtfTracePointContext impl !core::marker::Sync for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::marker::Unpin for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::tp_btf::BtfTracePointContext impl core::convert::Into for aya_bpf::programs::tp_btf::BtfTracePointContext where U: core::convert::From pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::tp_btf::BtfTracePointContext where U: core::convert::Into pub type aya_bpf::programs::tp_btf::BtfTracePointContext::Error = core::convert::Infallible pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::tp_btf::BtfTracePointContext where U: core::convert::TryFrom pub type aya_bpf::programs::tp_btf::BtfTracePointContext::Error = >::Error pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::tp_btf::BtfTracePointContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::tp_btf::BtfTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::tp_btf::BtfTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::tp_btf::BtfTracePointContext pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::from(t: T) -> T pub struct aya_bpf::programs::DeviceContext pub aya_bpf::programs::DeviceContext::device: *mut aya_bpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx impl aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::new(device: *mut aya_bpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx) -> aya_bpf::programs::device::DeviceContext impl aya_bpf::BpfContext for aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::device::DeviceContext impl !core::marker::Sync for aya_bpf::programs::device::DeviceContext impl core::marker::Unpin for aya_bpf::programs::device::DeviceContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::device::DeviceContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::device::DeviceContext impl core::convert::Into for aya_bpf::programs::device::DeviceContext where U: core::convert::From pub fn aya_bpf::programs::device::DeviceContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::device::DeviceContext where U: core::convert::Into pub type aya_bpf::programs::device::DeviceContext::Error = core::convert::Infallible pub fn aya_bpf::programs::device::DeviceContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::device::DeviceContext where U: core::convert::TryFrom pub type aya_bpf::programs::device::DeviceContext::Error = >::Error pub fn aya_bpf::programs::device::DeviceContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::device::DeviceContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::device::DeviceContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::device::DeviceContext where T: core::marker::Sized pub fn aya_bpf::programs::device::DeviceContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::device::DeviceContext where T: core::marker::Sized pub fn aya_bpf::programs::device::DeviceContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::from(t: T) -> T pub struct aya_bpf::programs::FEntryContext impl aya_bpf::programs::fentry::FEntryContext pub unsafe fn aya_bpf::programs::fentry::FEntryContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::fentry::FEntryContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::fentry::FEntryContext impl aya_bpf::BpfContext for aya_bpf::programs::fentry::FEntryContext pub fn aya_bpf::programs::fentry::FEntryContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::fentry::FEntryContext impl !core::marker::Sync for aya_bpf::programs::fentry::FEntryContext impl core::marker::Unpin for aya_bpf::programs::fentry::FEntryContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::fentry::FEntryContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::fentry::FEntryContext impl core::convert::Into for aya_bpf::programs::fentry::FEntryContext where U: core::convert::From pub fn aya_bpf::programs::fentry::FEntryContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::fentry::FEntryContext where U: core::convert::Into pub type aya_bpf::programs::fentry::FEntryContext::Error = core::convert::Infallible pub fn aya_bpf::programs::fentry::FEntryContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::fentry::FEntryContext where U: core::convert::TryFrom pub type aya_bpf::programs::fentry::FEntryContext::Error = >::Error pub fn aya_bpf::programs::fentry::FEntryContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::fentry::FEntryContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::fentry::FEntryContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::fentry::FEntryContext where T: core::marker::Sized pub fn aya_bpf::programs::fentry::FEntryContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::fentry::FEntryContext where T: core::marker::Sized pub fn aya_bpf::programs::fentry::FEntryContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::fentry::FEntryContext pub fn aya_bpf::programs::fentry::FEntryContext::from(t: T) -> T pub struct aya_bpf::programs::FExitContext impl aya_bpf::programs::fexit::FExitContext pub unsafe fn aya_bpf::programs::fexit::FExitContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::fexit::FExitContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::fexit::FExitContext impl aya_bpf::BpfContext for aya_bpf::programs::fexit::FExitContext pub fn aya_bpf::programs::fexit::FExitContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::fexit::FExitContext impl !core::marker::Sync for aya_bpf::programs::fexit::FExitContext impl core::marker::Unpin for aya_bpf::programs::fexit::FExitContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::fexit::FExitContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::fexit::FExitContext impl core::convert::Into for aya_bpf::programs::fexit::FExitContext where U: core::convert::From pub fn aya_bpf::programs::fexit::FExitContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::fexit::FExitContext where U: core::convert::Into pub type aya_bpf::programs::fexit::FExitContext::Error = core::convert::Infallible pub fn aya_bpf::programs::fexit::FExitContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::fexit::FExitContext where U: core::convert::TryFrom pub type aya_bpf::programs::fexit::FExitContext::Error = >::Error pub fn aya_bpf::programs::fexit::FExitContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::fexit::FExitContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::fexit::FExitContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::fexit::FExitContext where T: core::marker::Sized pub fn aya_bpf::programs::fexit::FExitContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::fexit::FExitContext where T: core::marker::Sized pub fn aya_bpf::programs::fexit::FExitContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::fexit::FExitContext pub fn aya_bpf::programs::fexit::FExitContext::from(t: T) -> T pub struct aya_bpf::programs::LsmContext impl aya_bpf::programs::lsm::LsmContext pub unsafe fn aya_bpf::programs::lsm::LsmContext::arg(&self, n: usize) -> T pub fn aya_bpf::programs::lsm::LsmContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::lsm::LsmContext impl aya_bpf::BpfContext for aya_bpf::programs::lsm::LsmContext pub fn aya_bpf::programs::lsm::LsmContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::lsm::LsmContext impl !core::marker::Sync for aya_bpf::programs::lsm::LsmContext impl core::marker::Unpin for aya_bpf::programs::lsm::LsmContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::lsm::LsmContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::lsm::LsmContext impl core::convert::Into for aya_bpf::programs::lsm::LsmContext where U: core::convert::From pub fn aya_bpf::programs::lsm::LsmContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::lsm::LsmContext where U: core::convert::Into pub type aya_bpf::programs::lsm::LsmContext::Error = core::convert::Infallible pub fn aya_bpf::programs::lsm::LsmContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::lsm::LsmContext where U: core::convert::TryFrom pub type aya_bpf::programs::lsm::LsmContext::Error = >::Error pub fn aya_bpf::programs::lsm::LsmContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::lsm::LsmContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::lsm::LsmContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::lsm::LsmContext where T: core::marker::Sized pub fn aya_bpf::programs::lsm::LsmContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::lsm::LsmContext where T: core::marker::Sized pub fn aya_bpf::programs::lsm::LsmContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::lsm::LsmContext pub fn aya_bpf::programs::lsm::LsmContext::from(t: T) -> T pub struct aya_bpf::programs::PerfEventContext impl aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::perf_event::PerfEventContext impl aya_bpf::BpfContext for aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::perf_event::PerfEventContext impl !core::marker::Sync for aya_bpf::programs::perf_event::PerfEventContext impl core::marker::Unpin for aya_bpf::programs::perf_event::PerfEventContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::perf_event::PerfEventContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::perf_event::PerfEventContext impl core::convert::Into for aya_bpf::programs::perf_event::PerfEventContext where U: core::convert::From pub fn aya_bpf::programs::perf_event::PerfEventContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::perf_event::PerfEventContext where U: core::convert::Into pub type aya_bpf::programs::perf_event::PerfEventContext::Error = core::convert::Infallible pub fn aya_bpf::programs::perf_event::PerfEventContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::perf_event::PerfEventContext where U: core::convert::TryFrom pub type aya_bpf::programs::perf_event::PerfEventContext::Error = >::Error pub fn aya_bpf::programs::perf_event::PerfEventContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::perf_event::PerfEventContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::perf_event::PerfEventContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::perf_event::PerfEventContext where T: core::marker::Sized pub fn aya_bpf::programs::perf_event::PerfEventContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::perf_event::PerfEventContext where T: core::marker::Sized pub fn aya_bpf::programs::perf_event::PerfEventContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::from(t: T) -> T pub struct aya_bpf::programs::ProbeContext pub aya_bpf::programs::ProbeContext::regs: *mut aya_bpf_bindings::x86_64::bindings::pt_regs impl aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::arg(&self, n: usize) -> core::option::Option pub fn aya_bpf::programs::probe::ProbeContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::ret(&self) -> core::option::Option impl aya_bpf::BpfContext for aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::probe::ProbeContext impl !core::marker::Sync for aya_bpf::programs::probe::ProbeContext impl core::marker::Unpin for aya_bpf::programs::probe::ProbeContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::probe::ProbeContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::probe::ProbeContext impl core::convert::Into for aya_bpf::programs::probe::ProbeContext where U: core::convert::From pub fn aya_bpf::programs::probe::ProbeContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::probe::ProbeContext where U: core::convert::Into pub type aya_bpf::programs::probe::ProbeContext::Error = core::convert::Infallible pub fn aya_bpf::programs::probe::ProbeContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::probe::ProbeContext where U: core::convert::TryFrom pub type aya_bpf::programs::probe::ProbeContext::Error = >::Error pub fn aya_bpf::programs::probe::ProbeContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::probe::ProbeContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::probe::ProbeContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::probe::ProbeContext where T: core::marker::Sized pub fn aya_bpf::programs::probe::ProbeContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::probe::ProbeContext where T: core::marker::Sized pub fn aya_bpf::programs::probe::ProbeContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::from(t: T) -> T pub struct aya_bpf::programs::RawTracePointContext impl aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::raw_tracepoint::RawTracePointContext impl aya_bpf::BpfContext for aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl !core::marker::Sync for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::marker::Unpin for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::raw_tracepoint::RawTracePointContext impl core::convert::Into for aya_bpf::programs::raw_tracepoint::RawTracePointContext where U: core::convert::From pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::raw_tracepoint::RawTracePointContext where U: core::convert::Into pub type aya_bpf::programs::raw_tracepoint::RawTracePointContext::Error = core::convert::Infallible pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::raw_tracepoint::RawTracePointContext where U: core::convert::TryFrom pub type aya_bpf::programs::raw_tracepoint::RawTracePointContext::Error = >::Error pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::raw_tracepoint::RawTracePointContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::raw_tracepoint::RawTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::raw_tracepoint::RawTracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::from(t: T) -> T pub struct aya_bpf::programs::SkBuffContext pub aya_bpf::programs::SkBuffContext::skb: aya_bpf::programs::sk_buff::SkBuff impl aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::cb(&self) -> &[u32] pub fn aya_bpf::programs::sk_buff::SkBuffContext::cb_mut(&mut self) -> &mut [u32] pub fn aya_bpf::programs::sk_buff::SkBuffContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::get_socket_uid(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuffContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::len(&self) -> u32 pub fn aya_bpf::programs::sk_buff::SkBuffContext::load(&self, offset: usize) -> core::result::Result pub fn aya_bpf::programs::sk_buff::SkBuffContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result pub fn aya_bpf::programs::sk_buff::SkBuffContext::new(skb: *mut aya_bpf_bindings::x86_64::bindings::__sk_buff) -> aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::sk_buff::SkBuffContext::set_mark(&mut self, mark: u32) pub fn aya_bpf::programs::sk_buff::SkBuffContext::store(&mut self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> impl aya_bpf::BpfContext for aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sk_buff::SkBuffContext impl !core::marker::Sync for aya_bpf::programs::sk_buff::SkBuffContext impl core::marker::Unpin for aya_bpf::programs::sk_buff::SkBuffContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_buff::SkBuffContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_buff::SkBuffContext impl core::convert::Into for aya_bpf::programs::sk_buff::SkBuffContext where U: core::convert::From pub fn aya_bpf::programs::sk_buff::SkBuffContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_buff::SkBuffContext where U: core::convert::Into pub type aya_bpf::programs::sk_buff::SkBuffContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_buff::SkBuffContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_buff::SkBuffContext where U: core::convert::TryFrom pub type aya_bpf::programs::sk_buff::SkBuffContext::Error = >::Error pub fn aya_bpf::programs::sk_buff::SkBuffContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_buff::SkBuffContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuffContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_buff::SkBuffContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuffContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_buff::SkBuffContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_buff::SkBuffContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::from(t: T) -> T pub struct aya_bpf::programs::SkLookupContext pub aya_bpf::programs::SkLookupContext::lookup: *mut aya_bpf_bindings::x86_64::bindings::bpf_sk_lookup impl aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::new(lookup: *mut aya_bpf_bindings::x86_64::bindings::bpf_sk_lookup) -> aya_bpf::programs::sk_lookup::SkLookupContext impl aya_bpf::BpfContext for aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sk_lookup::SkLookupContext impl !core::marker::Sync for aya_bpf::programs::sk_lookup::SkLookupContext impl core::marker::Unpin for aya_bpf::programs::sk_lookup::SkLookupContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_lookup::SkLookupContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_lookup::SkLookupContext impl core::convert::Into for aya_bpf::programs::sk_lookup::SkLookupContext where U: core::convert::From pub fn aya_bpf::programs::sk_lookup::SkLookupContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_lookup::SkLookupContext where U: core::convert::Into pub type aya_bpf::programs::sk_lookup::SkLookupContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_lookup::SkLookupContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_lookup::SkLookupContext where U: core::convert::TryFrom pub type aya_bpf::programs::sk_lookup::SkLookupContext::Error = >::Error pub fn aya_bpf::programs::sk_lookup::SkLookupContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_lookup::SkLookupContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_lookup::SkLookupContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_lookup::SkLookupContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_lookup::SkLookupContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_lookup::SkLookupContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_lookup::SkLookupContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::from(t: T) -> T pub struct aya_bpf::programs::SkMsgContext pub aya_bpf::programs::SkMsgContext::msg: *mut aya_bpf_bindings::x86_64::bindings::sk_msg_md impl aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::data(&self) -> usize pub fn aya_bpf::programs::sk_msg::SkMsgContext::data_end(&self) -> usize pub fn aya_bpf::programs::sk_msg::SkMsgContext::new(msg: *mut aya_bpf_bindings::x86_64::bindings::sk_msg_md) -> aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::pop_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i64> pub fn aya_bpf::programs::sk_msg::SkMsgContext::push_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i64> pub fn aya_bpf::programs::sk_msg::SkMsgContext::size(&self) -> u32 impl aya_bpf::BpfContext for aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sk_msg::SkMsgContext impl !core::marker::Sync for aya_bpf::programs::sk_msg::SkMsgContext impl core::marker::Unpin for aya_bpf::programs::sk_msg::SkMsgContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sk_msg::SkMsgContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sk_msg::SkMsgContext impl core::convert::Into for aya_bpf::programs::sk_msg::SkMsgContext where U: core::convert::From pub fn aya_bpf::programs::sk_msg::SkMsgContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sk_msg::SkMsgContext where U: core::convert::Into pub type aya_bpf::programs::sk_msg::SkMsgContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sk_msg::SkMsgContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sk_msg::SkMsgContext where U: core::convert::TryFrom pub type aya_bpf::programs::sk_msg::SkMsgContext::Error = >::Error pub fn aya_bpf::programs::sk_msg::SkMsgContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sk_msg::SkMsgContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sk_msg::SkMsgContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sk_msg::SkMsgContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_msg::SkMsgContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sk_msg::SkMsgContext where T: core::marker::Sized pub fn aya_bpf::programs::sk_msg::SkMsgContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::from(t: T) -> T pub struct aya_bpf::programs::SockAddrContext pub aya_bpf::programs::SockAddrContext::sock_addr: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_addr impl aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::new(sock_addr: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_addr) -> aya_bpf::programs::sock_addr::SockAddrContext impl aya_bpf::BpfContext for aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sock_addr::SockAddrContext impl !core::marker::Sync for aya_bpf::programs::sock_addr::SockAddrContext impl core::marker::Unpin for aya_bpf::programs::sock_addr::SockAddrContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sock_addr::SockAddrContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sock_addr::SockAddrContext impl core::convert::Into for aya_bpf::programs::sock_addr::SockAddrContext where U: core::convert::From pub fn aya_bpf::programs::sock_addr::SockAddrContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sock_addr::SockAddrContext where U: core::convert::Into pub type aya_bpf::programs::sock_addr::SockAddrContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sock_addr::SockAddrContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sock_addr::SockAddrContext where U: core::convert::TryFrom pub type aya_bpf::programs::sock_addr::SockAddrContext::Error = >::Error pub fn aya_bpf::programs::sock_addr::SockAddrContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sock_addr::SockAddrContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sock_addr::SockAddrContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sock_addr::SockAddrContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_addr::SockAddrContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sock_addr::SockAddrContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_addr::SockAddrContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::from(t: T) -> T pub struct aya_bpf::programs::SockContext pub aya_bpf::programs::SockContext::sock: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock impl aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::new(sock: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock) -> aya_bpf::programs::sock::SockContext impl aya_bpf::BpfContext for aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sock::SockContext impl !core::marker::Sync for aya_bpf::programs::sock::SockContext impl core::marker::Unpin for aya_bpf::programs::sock::SockContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sock::SockContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sock::SockContext impl core::convert::Into for aya_bpf::programs::sock::SockContext where U: core::convert::From pub fn aya_bpf::programs::sock::SockContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sock::SockContext where U: core::convert::Into pub type aya_bpf::programs::sock::SockContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sock::SockContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sock::SockContext where U: core::convert::TryFrom pub type aya_bpf::programs::sock::SockContext::Error = >::Error pub fn aya_bpf::programs::sock::SockContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sock::SockContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sock::SockContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sock::SockContext where T: core::marker::Sized pub fn aya_bpf::programs::sock::SockContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sock::SockContext where T: core::marker::Sized pub fn aya_bpf::programs::sock::SockContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::from(t: T) -> T pub struct aya_bpf::programs::SockOpsContext pub aya_bpf::programs::SockOpsContext::ops: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops impl aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::arg(&self, n: usize) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::cb_flags(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::family(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::local_ip4(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::local_ip6(&self) -> [u32; 4] pub fn aya_bpf::programs::sock_ops::SockOpsContext::local_port(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::new(ops: *mut aya_bpf_bindings::x86_64::bindings::bpf_sock_ops) -> aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::op(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::remote_ip4(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::remote_ip6(&self) -> [u32; 4] pub fn aya_bpf::programs::sock_ops::SockOpsContext::remote_port(&self) -> u32 pub fn aya_bpf::programs::sock_ops::SockOpsContext::set_cb_flags(&self, flags: i32) -> core::result::Result<(), i64> impl aya_bpf::BpfContext for aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sock_ops::SockOpsContext impl !core::marker::Sync for aya_bpf::programs::sock_ops::SockOpsContext impl core::marker::Unpin for aya_bpf::programs::sock_ops::SockOpsContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sock_ops::SockOpsContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sock_ops::SockOpsContext impl core::convert::Into for aya_bpf::programs::sock_ops::SockOpsContext where U: core::convert::From pub fn aya_bpf::programs::sock_ops::SockOpsContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sock_ops::SockOpsContext where U: core::convert::Into pub type aya_bpf::programs::sock_ops::SockOpsContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sock_ops::SockOpsContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sock_ops::SockOpsContext where U: core::convert::TryFrom pub type aya_bpf::programs::sock_ops::SockOpsContext::Error = >::Error pub fn aya_bpf::programs::sock_ops::SockOpsContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sock_ops::SockOpsContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sock_ops::SockOpsContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sock_ops::SockOpsContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_ops::SockOpsContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sock_ops::SockOpsContext where T: core::marker::Sized pub fn aya_bpf::programs::sock_ops::SockOpsContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::from(t: T) -> T pub struct aya_bpf::programs::SockoptContext pub aya_bpf::programs::SockoptContext::sockopt: *mut aya_bpf_bindings::x86_64::bindings::bpf_sockopt impl aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::new(sockopt: *mut aya_bpf_bindings::x86_64::bindings::bpf_sockopt) -> aya_bpf::programs::sockopt::SockoptContext impl aya_bpf::BpfContext for aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sockopt::SockoptContext impl !core::marker::Sync for aya_bpf::programs::sockopt::SockoptContext impl core::marker::Unpin for aya_bpf::programs::sockopt::SockoptContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sockopt::SockoptContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sockopt::SockoptContext impl core::convert::Into for aya_bpf::programs::sockopt::SockoptContext where U: core::convert::From pub fn aya_bpf::programs::sockopt::SockoptContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sockopt::SockoptContext where U: core::convert::Into pub type aya_bpf::programs::sockopt::SockoptContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sockopt::SockoptContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sockopt::SockoptContext where U: core::convert::TryFrom pub type aya_bpf::programs::sockopt::SockoptContext::Error = >::Error pub fn aya_bpf::programs::sockopt::SockoptContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sockopt::SockoptContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sockopt::SockoptContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sockopt::SockoptContext where T: core::marker::Sized pub fn aya_bpf::programs::sockopt::SockoptContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sockopt::SockoptContext where T: core::marker::Sized pub fn aya_bpf::programs::sockopt::SockoptContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::from(t: T) -> T pub struct aya_bpf::programs::SysctlContext pub aya_bpf::programs::SysctlContext::sysctl: *mut aya_bpf_bindings::x86_64::bindings::bpf_sysctl impl aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::new(sysctl: *mut aya_bpf_bindings::x86_64::bindings::bpf_sysctl) -> aya_bpf::programs::sysctl::SysctlContext impl aya_bpf::BpfContext for aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::sysctl::SysctlContext impl !core::marker::Sync for aya_bpf::programs::sysctl::SysctlContext impl core::marker::Unpin for aya_bpf::programs::sysctl::SysctlContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::sysctl::SysctlContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::sysctl::SysctlContext impl core::convert::Into for aya_bpf::programs::sysctl::SysctlContext where U: core::convert::From pub fn aya_bpf::programs::sysctl::SysctlContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::sysctl::SysctlContext where U: core::convert::Into pub type aya_bpf::programs::sysctl::SysctlContext::Error = core::convert::Infallible pub fn aya_bpf::programs::sysctl::SysctlContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::sysctl::SysctlContext where U: core::convert::TryFrom pub type aya_bpf::programs::sysctl::SysctlContext::Error = >::Error pub fn aya_bpf::programs::sysctl::SysctlContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::sysctl::SysctlContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::sysctl::SysctlContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::sysctl::SysctlContext where T: core::marker::Sized pub fn aya_bpf::programs::sysctl::SysctlContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::sysctl::SysctlContext where T: core::marker::Sized pub fn aya_bpf::programs::sysctl::SysctlContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::from(t: T) -> T pub struct aya_bpf::programs::TcContext pub aya_bpf::programs::TcContext::skb: aya_bpf::programs::sk_buff::SkBuff impl aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::cb(&self) -> &[u32] pub fn aya_bpf::programs::tc::TcContext::cb_mut(&mut self) -> &mut [u32] pub fn aya_bpf::programs::tc::TcContext::change_proto(&self, proto: u16, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::data(&self) -> usize pub fn aya_bpf::programs::tc::TcContext::data_end(&self) -> usize pub fn aya_bpf::programs::tc::TcContext::get_socket_uid(&self) -> u32 pub fn aya_bpf::programs::tc::TcContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::len(&self) -> u32 pub fn aya_bpf::programs::tc::TcContext::load(&self, offset: usize) -> core::result::Result pub fn aya_bpf::programs::tc::TcContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result pub fn aya_bpf::programs::tc::TcContext::new(skb: *mut aya_bpf_bindings::x86_64::bindings::__sk_buff) -> aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_bpf_cty::od::c_long> pub fn aya_bpf::programs::tc::TcContext::set_mark(&mut self, mark: u32) pub fn aya_bpf::programs::tc::TcContext::store(&mut self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_bpf_cty::od::c_long> impl aya_bpf::BpfContext for aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::as_ptr(&self) -> *mut aya_bpf_cty::c_void impl !core::marker::Send for aya_bpf::programs::tc::TcContext impl !core::marker::Sync for aya_bpf::programs::tc::TcContext impl core::marker::Unpin for aya_bpf::programs::tc::TcContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::tc::TcContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::tc::TcContext impl core::convert::Into for aya_bpf::programs::tc::TcContext where U: core::convert::From pub fn aya_bpf::programs::tc::TcContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::tc::TcContext where U: core::convert::Into pub type aya_bpf::programs::tc::TcContext::Error = core::convert::Infallible pub fn aya_bpf::programs::tc::TcContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::tc::TcContext where U: core::convert::TryFrom pub type aya_bpf::programs::tc::TcContext::Error = >::Error pub fn aya_bpf::programs::tc::TcContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::tc::TcContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::tc::TcContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::tc::TcContext where T: core::marker::Sized pub fn aya_bpf::programs::tc::TcContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::tc::TcContext where T: core::marker::Sized pub fn aya_bpf::programs::tc::TcContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::from(t: T) -> T pub struct aya_bpf::programs::TracePointContext impl aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::new(ctx: *mut core::ffi::c_void) -> aya_bpf::programs::tracepoint::TracePointContext pub unsafe fn aya_bpf::programs::tracepoint::TracePointContext::read_at(&self, offset: usize) -> core::result::Result impl aya_bpf::BpfContext for aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::tracepoint::TracePointContext impl !core::marker::Sync for aya_bpf::programs::tracepoint::TracePointContext impl core::marker::Unpin for aya_bpf::programs::tracepoint::TracePointContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::tracepoint::TracePointContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::tracepoint::TracePointContext impl core::convert::Into for aya_bpf::programs::tracepoint::TracePointContext where U: core::convert::From pub fn aya_bpf::programs::tracepoint::TracePointContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::tracepoint::TracePointContext where U: core::convert::Into pub type aya_bpf::programs::tracepoint::TracePointContext::Error = core::convert::Infallible pub fn aya_bpf::programs::tracepoint::TracePointContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::tracepoint::TracePointContext where U: core::convert::TryFrom pub type aya_bpf::programs::tracepoint::TracePointContext::Error = >::Error pub fn aya_bpf::programs::tracepoint::TracePointContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::tracepoint::TracePointContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::tracepoint::TracePointContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::tracepoint::TracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tracepoint::TracePointContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::tracepoint::TracePointContext where T: core::marker::Sized pub fn aya_bpf::programs::tracepoint::TracePointContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::from(t: T) -> T pub struct aya_bpf::programs::XdpContext pub aya_bpf::programs::XdpContext::ctx: *mut aya_bpf_bindings::x86_64::bindings::xdp_md impl aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::data(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::data_end(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::metadata(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::metadata_end(&self) -> usize pub fn aya_bpf::programs::xdp::XdpContext::new(ctx: *mut aya_bpf_bindings::x86_64::bindings::xdp_md) -> aya_bpf::programs::xdp::XdpContext impl aya_bpf::BpfContext for aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void impl !core::marker::Send for aya_bpf::programs::xdp::XdpContext impl !core::marker::Sync for aya_bpf::programs::xdp::XdpContext impl core::marker::Unpin for aya_bpf::programs::xdp::XdpContext impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::programs::xdp::XdpContext impl core::panic::unwind_safe::UnwindSafe for aya_bpf::programs::xdp::XdpContext impl core::convert::Into for aya_bpf::programs::xdp::XdpContext where U: core::convert::From pub fn aya_bpf::programs::xdp::XdpContext::into(self) -> U impl core::convert::TryFrom for aya_bpf::programs::xdp::XdpContext where U: core::convert::Into pub type aya_bpf::programs::xdp::XdpContext::Error = core::convert::Infallible pub fn aya_bpf::programs::xdp::XdpContext::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::programs::xdp::XdpContext where U: core::convert::TryFrom pub type aya_bpf::programs::xdp::XdpContext::Error = >::Error pub fn aya_bpf::programs::xdp::XdpContext::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::programs::xdp::XdpContext where T: 'static + core::marker::Sized pub fn aya_bpf::programs::xdp::XdpContext::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::programs::xdp::XdpContext where T: core::marker::Sized pub fn aya_bpf::programs::xdp::XdpContext::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::programs::xdp::XdpContext where T: core::marker::Sized pub fn aya_bpf::programs::xdp::XdpContext::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::from(t: T) -> T pub macro aya_bpf::bpf_printk! pub struct aya_bpf::PtRegs impl aya_bpf::PtRegs pub fn aya_bpf::PtRegs::arg(&self, n: usize) -> core::option::Option pub fn aya_bpf::PtRegs::as_ptr(&self) -> *mut aya_bpf_bindings::x86_64::bindings::pt_regs pub fn aya_bpf::PtRegs::new(regs: *mut aya_bpf_bindings::x86_64::bindings::pt_regs) -> Self pub fn aya_bpf::PtRegs::ret(&self) -> core::option::Option impl !core::marker::Send for aya_bpf::PtRegs impl !core::marker::Sync for aya_bpf::PtRegs impl core::marker::Unpin for aya_bpf::PtRegs impl core::panic::unwind_safe::RefUnwindSafe for aya_bpf::PtRegs impl core::panic::unwind_safe::UnwindSafe for aya_bpf::PtRegs impl core::convert::Into for aya_bpf::PtRegs where U: core::convert::From pub fn aya_bpf::PtRegs::into(self) -> U impl core::convert::TryFrom for aya_bpf::PtRegs where U: core::convert::Into pub type aya_bpf::PtRegs::Error = core::convert::Infallible pub fn aya_bpf::PtRegs::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_bpf::PtRegs where U: core::convert::TryFrom pub type aya_bpf::PtRegs::Error = >::Error pub fn aya_bpf::PtRegs::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_bpf::PtRegs where T: 'static + core::marker::Sized pub fn aya_bpf::PtRegs::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_bpf::PtRegs where T: core::marker::Sized pub fn aya_bpf::PtRegs::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_bpf::PtRegs where T: core::marker::Sized pub fn aya_bpf::PtRegs::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_bpf::PtRegs pub fn aya_bpf::PtRegs::from(t: T) -> T pub const aya_bpf::TASK_COMM_LEN: usize = 16usize pub trait aya_bpf::BpfContext pub fn aya_bpf::BpfContext::as_ptr(&self) -> *mut core::ffi::c_void pub fn aya_bpf::BpfContext::command(&self) -> core::result::Result<[u8; 16], aya_bpf_cty::od::c_long> pub fn aya_bpf::BpfContext::gid(&self) -> u32 pub fn aya_bpf::BpfContext::pid(&self) -> u32 pub fn aya_bpf::BpfContext::tgid(&self) -> u32 pub fn aya_bpf::BpfContext::uid(&self) -> u32 impl aya_bpf::BpfContext for aya_bpf::programs::device::DeviceContext pub fn aya_bpf::programs::device::DeviceContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::fentry::FEntryContext pub fn aya_bpf::programs::fentry::FEntryContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::fexit::FExitContext pub fn aya_bpf::programs::fexit::FExitContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::lsm::LsmContext pub fn aya_bpf::programs::lsm::LsmContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::perf_event::PerfEventContext pub fn aya_bpf::programs::perf_event::PerfEventContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::probe::ProbeContext pub fn aya_bpf::programs::probe::ProbeContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::raw_tracepoint::RawTracePointContext pub fn aya_bpf::programs::raw_tracepoint::RawTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sk_buff::SkBuffContext pub fn aya_bpf::programs::sk_buff::SkBuffContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sk_lookup::SkLookupContext pub fn aya_bpf::programs::sk_lookup::SkLookupContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sk_msg::SkMsgContext pub fn aya_bpf::programs::sk_msg::SkMsgContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sock::SockContext pub fn aya_bpf::programs::sock::SockContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sock_addr::SockAddrContext pub fn aya_bpf::programs::sock_addr::SockAddrContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sock_ops::SockOpsContext pub fn aya_bpf::programs::sock_ops::SockOpsContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sockopt::SockoptContext pub fn aya_bpf::programs::sockopt::SockoptContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::sysctl::SysctlContext pub fn aya_bpf::programs::sysctl::SysctlContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::tc::TcContext pub fn aya_bpf::programs::tc::TcContext::as_ptr(&self) -> *mut aya_bpf_cty::c_void impl aya_bpf::BpfContext for aya_bpf::programs::tp_btf::BtfTracePointContext pub fn aya_bpf::programs::tp_btf::BtfTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::tracepoint::TracePointContext pub fn aya_bpf::programs::tracepoint::TracePointContext::as_ptr(&self) -> *mut core::ffi::c_void impl aya_bpf::BpfContext for aya_bpf::programs::xdp::XdpContext pub fn aya_bpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void pub fn aya_bpf::check_bounds_signed(value: i64, lower: i64, upper: i64) -> bool #[no_mangle] pub unsafe c fn aya_bpf::memcpy(dest: *mut u8, src: *mut u8, n: usize) #[no_mangle] pub unsafe c fn aya_bpf::memset(s: *mut u8, c: aya_bpf_cty::ad::c_int, n: usize)