pub mod aya_ebpf
pub use aya_ebpf::cty
pub use aya_ebpf::macros
pub mod aya_ebpf::bindings
pub use aya_ebpf::bindings::<<aya_ebpf_bindings::bindings::*>>
pub use aya_ebpf::bindings::pt_regs
pub mod aya_ebpf::btf_maps
pub mod aya_ebpf::btf_maps::array
#[repr(C)] pub struct aya_ebpf::btf_maps::array::Array<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
pub mod aya_ebpf::btf_maps::bloom_filter
#[repr(C)] pub struct aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
pub fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::contains(&self, value: impl core::borrow::Borrow<T>) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::insert(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
pub const fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::default::Default for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
pub fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::Sync for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::Freeze for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> !core::marker::Send for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::Unpin for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS> where T: core::panic::unwind_safe::RefUnwindSafe
pub mod aya_ebpf::btf_maps::lpm_trie
#[repr(C, packed(1))] pub struct aya_ebpf::btf_maps::lpm_trie::Key<K>
pub aya_ebpf::btf_maps::lpm_trie::Key::data: K
pub aya_ebpf::btf_maps::lpm_trie::Key::prefix_len: u32
impl<K> aya_ebpf::maps::lpm_trie::Key<K>
pub const fn aya_ebpf::maps::lpm_trie::Key<K>::new(prefix_len: u32, data: K) -> Self
impl<K> core::marker::Freeze for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Freeze
impl<K> core::marker::Send for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Send
impl<K> core::marker::Sync for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Sync
impl<K> core::marker::Unpin for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Unpin
impl<K> core::marker::UnsafeUnpin for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::UnsafeUnpin
impl<K> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::lpm_trie::Key<K> where K: core::panic::unwind_safe::RefUnwindSafe
impl<K> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::lpm_trie::Key<K> where K: core::panic::unwind_safe::UnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::get(&self, key: &aya_ebpf::maps::lpm_trie::Key<K>) -> core::option::Option<&V>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::insert(&self, key: &aya_ebpf::maps::lpm_trie::Key<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::remove(&self, key: &aya_ebpf::maps::lpm_trie::Key<K>) -> core::result::Result<(), i32>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::new() -> Self
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::default() -> Self
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS> where V: core::panic::unwind_safe::RefUnwindSafe, K: core::panic::unwind_safe::RefUnwindSafe
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS> where V: core::panic::unwind_safe::RefUnwindSafe, K: core::panic::unwind_safe::RefUnwindSafe
pub mod aya_ebpf::btf_maps::per_cpu_array
#[repr(C)] pub struct aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
pub mod aya_ebpf::btf_maps::perf_event_array
#[repr(C)] pub struct aya_ebpf::btf_maps::perf_event_array::PerfEventArray<const FLAGS: usize>
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub const fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::new() -> Self
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::output<T, C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: &T, flags: u32)
pub fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::output_at_index<T, C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: &T, flags: u32)
impl<const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::default() -> Self
impl<const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub mod aya_ebpf::btf_maps::perf_event_byte_array
#[repr(C)] pub struct aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<const FLAGS: usize>
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub const fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::new() -> Self
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::output<C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: &[u8], flags: u32)
pub fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::output_at_index<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: &[u8], flags: u32)
impl<const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::default() -> Self
impl<const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub mod aya_ebpf::btf_maps::program_array
#[repr(C)] pub struct aya_ebpf::btf_maps::program_array::ProgramArray<const MAX_ENTRIES: usize, const FLAGS: usize>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>::new() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub unsafe fn aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>::tail_call<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32)
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>::default() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub mod aya_ebpf::btf_maps::reuseport_sock_array
#[repr(C)] pub struct aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<u32, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<u32, MAX_ENTRIES, FLAGS>::select_reuseport(&self, ctx: &aya_ebpf::programs::sk_reuseport::SkReuseportContext, key: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
pub type aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArray<const MAX_ENTRIES: usize, const FLAGS: usize> = aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<u32, MAX_ENTRIES, FLAGS>
pub mod aya_ebpf::btf_maps::ring_buf
#[repr(C)] pub struct aya_ebpf::btf_maps::ring_buf::RingBuf<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::output(&self, data: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::output_untyped<U: ?core::marker::Sized>(&self, data: impl core::borrow::Borrow<U>, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::reserve(&self, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufEntry<T>> where T: 'static
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::reserve_bytes(&self, size: usize, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufBytes<'_>>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::reserve_untyped<U: 'static>(&self, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufEntry<U>>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
pub mod aya_ebpf::btf_maps::sk_storage
#[repr(C)] pub struct aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> aya_ebpf::btf_maps::sk_storage::SkStorage<T>
pub unsafe fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::delete(&self, sk: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock) -> core::result::Result<(), i32>
pub unsafe fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::get_or_insert_ptr_mut(&self, ctx: &aya_ebpf::programs::sock_addr::SockAddrContext, value: core::option::Option<&mut T>) -> *mut T
pub unsafe fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::get_ptr_mut(&self, ctx: &aya_ebpf::programs::sock_addr::SockAddrContext) -> *mut T
impl<T> aya_ebpf::btf_maps::sk_storage::SkStorage<T>
pub const fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::new() -> Self
impl<T> core::default::Default for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
pub fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::default() -> Self
impl<T> core::marker::Sync for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::marker::Freeze for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> !core::marker::Send for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::marker::Unpin for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::sk_storage::SkStorage<T> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::sk_storage::SkStorage<T> where T: core::panic::unwind_safe::RefUnwindSafe
pub mod aya_ebpf::btf_maps::stack_trace
#[repr(C)] pub struct aya_ebpf::btf_maps::stack_trace::StackTrace<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
pub const fn aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>::new() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::default::Default for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
pub fn aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>::default() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::Sync for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::Freeze for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> !core::marker::Send for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::Unpin for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
#[repr(C)] pub struct aya_ebpf::btf_maps::Array<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::array::Array<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::BloomFilter<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
pub fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::contains(&self, value: impl core::borrow::Borrow<T>) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::insert(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
pub const fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::default::Default for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
pub fn aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::Sync for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::Freeze for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> !core::marker::Send for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::Unpin for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize, const HASH_FUNCS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::bloom_filter::BloomFilter<T, MAX_ENTRIES, FLAGS, HASH_FUNCS> where T: core::panic::unwind_safe::RefUnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::LpmTrie<K, V, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::get(&self, key: &aya_ebpf::maps::lpm_trie::Key<K>) -> core::option::Option<&V>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::insert(&self, key: &aya_ebpf::maps::lpm_trie::Key<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::remove(&self, key: &aya_ebpf::maps::lpm_trie::Key<K>) -> core::result::Result<(), i32>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::new() -> Self
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>::default() -> Self
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS>
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS> where V: core::panic::unwind_safe::RefUnwindSafe, K: core::panic::unwind_safe::RefUnwindSafe
impl<K, V, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::lpm_trie::LpmTrie<K, V, MAX_ENTRIES, FLAGS> where V: core::panic::unwind_safe::RefUnwindSafe, K: core::panic::unwind_safe::RefUnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::PerCpuArray<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::per_cpu_array::PerCpuArray<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::PerfEventArray<const FLAGS: usize>
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub const fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::new() -> Self
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::output<T, C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: &T, flags: u32)
pub fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::output_at_index<T, C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: &T, flags: u32)
impl<const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>::default() -> Self
impl<const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::perf_event_array::PerfEventArray<FLAGS>
#[repr(C)] pub struct aya_ebpf::btf_maps::PerfEventByteArray<const FLAGS: usize>
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub const fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::new() -> Self
impl<const FLAGS: usize> aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::output<C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: &[u8], flags: u32)
pub fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::output_at_index<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: &[u8], flags: u32)
impl<const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
pub fn aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>::default() -> Self
impl<const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
impl<const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::perf_event_byte_array::PerfEventByteArray<FLAGS>
#[repr(C)] pub struct aya_ebpf::btf_maps::ProgramArray<const MAX_ENTRIES: usize, const FLAGS: usize>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>::new() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub unsafe fn aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>::tail_call<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32)
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>::default() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
impl<const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::program_array::ProgramArray<MAX_ENTRIES, FLAGS>
#[repr(C)] pub struct aya_ebpf::btf_maps::RingBuf<T, const MAX_ENTRIES: usize, const FLAGS: usize>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
pub const fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::new() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::output(&self, data: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::output_untyped<U: ?core::marker::Sized>(&self, data: impl core::borrow::Borrow<U>, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::reserve(&self, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufEntry<T>> where T: 'static
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::reserve_bytes(&self, size: usize, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufBytes<'_>>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::reserve_untyped<U: 'static>(&self, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufEntry<U>>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::default::Default for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
pub fn aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>::default() -> Self
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Sync for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Freeze for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> !core::marker::Send for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::Unpin for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS>
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T, const MAX_ENTRIES: usize, const FLAGS: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::ring_buf::RingBuf<T, MAX_ENTRIES, FLAGS> where T: core::panic::unwind_safe::RefUnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::SkStorage<T>
impl<T> aya_ebpf::btf_maps::sk_storage::SkStorage<T>
pub unsafe fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::delete(&self, sk: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock) -> core::result::Result<(), i32>
pub unsafe fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::get_or_insert_ptr_mut(&self, ctx: &aya_ebpf::programs::sock_addr::SockAddrContext, value: core::option::Option<&mut T>) -> *mut T
pub unsafe fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::get_ptr_mut(&self, ctx: &aya_ebpf::programs::sock_addr::SockAddrContext) -> *mut T
impl<T> aya_ebpf::btf_maps::sk_storage::SkStorage<T>
pub const fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::new() -> Self
impl<T> core::default::Default for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
pub fn aya_ebpf::btf_maps::sk_storage::SkStorage<T>::default() -> Self
impl<T> core::marker::Sync for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::marker::Freeze for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> !core::marker::Send for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::marker::Unpin for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::sk_storage::SkStorage<T>
impl<T> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::sk_storage::SkStorage<T> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::sk_storage::SkStorage<T> where T: core::panic::unwind_safe::RefUnwindSafe
#[repr(C)] pub struct aya_ebpf::btf_maps::StackTrace<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
pub const fn aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>::new() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::default::Default for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
pub fn aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>::default() -> Self
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::Sync for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::Freeze for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> !core::marker::Send for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::Unpin for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::marker::UnsafeUnpin for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
impl<const MAX_ENTRIES: usize, const FLAGS: usize, const DEPTH: usize> core::panic::unwind_safe::UnwindSafe for aya_ebpf::btf_maps::stack_trace::StackTrace<MAX_ENTRIES, FLAGS, DEPTH>
pub type aya_ebpf::btf_maps::ReusePortSockArray<const MAX_ENTRIES: usize, const FLAGS: usize> = aya_ebpf::btf_maps::reuseport_sock_array::ReusePortSockArrayImpl<u32, MAX_ENTRIES, FLAGS>
pub mod aya_ebpf::helpers
pub use aya_ebpf::helpers::generated
pub macro aya_ebpf::helpers::bpf_printk!
pub const aya_ebpf::helpers::TASK_COMM_LEN: usize
pub fn aya_ebpf::helpers::bpf_get_current_comm() -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::helpers::bpf_get_current_pid_tgid() -> u64
pub fn aya_ebpf::helpers::bpf_get_current_uid_gid() -> u64
pub unsafe fn aya_ebpf::helpers::bpf_probe_read<T>(src: *const T) -> core::result::Result<T, i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_buf(src: *const u8, dst: &mut [u8]) -> core::result::Result<(), i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_kernel<T>(src: *const T) -> core::result::Result<T, i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_kernel_buf(src: *const u8, dst: &mut [u8]) -> core::result::Result<(), i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_kernel_str(src: *const u8, dest: &mut [u8]) -> core::result::Result<usize, i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_kernel_str_bytes(src: *const u8, dest: &mut [u8]) -> core::result::Result<&[u8], i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_str(src: *const u8, dest: &mut [u8]) -> core::result::Result<usize, i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_user<T>(src: *const T) -> core::result::Result<T, i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_user_buf(src: *const u8, dst: &mut [u8]) -> core::result::Result<(), i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_user_str(src: *const u8, dest: &mut [u8]) -> core::result::Result<usize, i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_read_user_str_bytes(src: *const u8, dest: &mut [u8]) -> core::result::Result<&[u8], i32>
pub unsafe fn aya_ebpf::helpers::bpf_probe_write_user<T>(dst: *mut T, src: *const T) -> core::result::Result<(), i32>
pub fn aya_ebpf::helpers::bpf_strncmp<const N: usize>(s1: &[u8; N], s2: &core::ffi::c_str::CStr) -> core::cmp::Ordering
pub mod aya_ebpf::maps
pub mod aya_ebpf::maps::array
#[repr(transparent)] pub struct aya_ebpf::maps::array::Array<T>
impl<T> aya_ebpf::maps::array::Array<T>
pub fn aya_ebpf::maps::array::Array<T>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::maps::array::Array<T>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::maps::array::Array<T>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub const fn aya_ebpf::maps::array::Array<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::array::Array<T>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::array::Array<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::array::Array<T>
impl<T> core::marker::Send for aya_ebpf::maps::array::Array<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::array::Array<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::array::Array<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::array::Array<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::array::Array<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::array::Array<T> where T: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::bloom_filter
#[repr(transparent)] pub struct aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> aya_ebpf::maps::bloom_filter::BloomFilter<T>
pub fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::contains(&self, value: impl core::borrow::Borrow<T>) -> core::result::Result<(), i32>
pub fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::insert(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::pinned(max_entries: u32, flags: u32) -> Self
pub const fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> core::marker::Send for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::hash_map
#[repr(transparent)] pub struct aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::HashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::HashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::HashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::HashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::LruHashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::lpm_trie
#[repr(C, packed(1))] pub struct aya_ebpf::maps::lpm_trie::Key<K>
pub aya_ebpf::maps::lpm_trie::Key::data: K
pub aya_ebpf::maps::lpm_trie::Key::prefix_len: u32
impl<K> aya_ebpf::maps::lpm_trie::Key<K>
pub const fn aya_ebpf::maps::lpm_trie::Key<K>::new(prefix_len: u32, data: K) -> Self
impl<K> core::marker::Freeze for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Freeze
impl<K> core::marker::Send for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Send
impl<K> core::marker::Sync for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Sync
impl<K> core::marker::Unpin for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::Unpin
impl<K> core::marker::UnsafeUnpin for aya_ebpf::maps::lpm_trie::Key<K> where K: core::marker::UnsafeUnpin
impl<K> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::lpm_trie::Key<K> where K: core::panic::unwind_safe::RefUnwindSafe
impl<K> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::lpm_trie::Key<K> where K: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
pub fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::get(&self, key: impl core::borrow::Borrow<aya_ebpf::maps::lpm_trie::Key<K>>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::insert(&self, key: impl core::borrow::Borrow<aya_ebpf::maps::lpm_trie::Key<K>>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::remove(&self, key: impl core::borrow::Borrow<aya_ebpf::maps::lpm_trie::Key<K>>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::per_cpu_array
#[repr(transparent)] pub struct aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub const fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> core::marker::Send for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::perf
#[repr(transparent)] pub struct aya_ebpf::maps::perf::PerfEventArray<T>
impl<T> aya_ebpf::maps::PerfEventArray<T>
pub const fn aya_ebpf::maps::PerfEventArray<T>::new(flags: u32) -> Self
pub fn aya_ebpf::maps::PerfEventArray<T>::output<C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: impl core::borrow::Borrow<T>, flags: u32)
pub fn aya_ebpf::maps::PerfEventArray<T>::output_at_index<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: impl core::borrow::Borrow<T>, flags: u32)
pub const fn aya_ebpf::maps::PerfEventArray<T>::pinned(flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::PerfEventArray<T>
impl<T> core::marker::Send for aya_ebpf::maps::PerfEventArray<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::PerfEventArray<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::PerfEventArray<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::PerfEventArray<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::PerfEventArray<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::PerfEventArray<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::perf::PerfEventByteArray
impl aya_ebpf::maps::PerfEventByteArray
pub const fn aya_ebpf::maps::PerfEventByteArray::new(flags: u32) -> Self
pub fn aya_ebpf::maps::PerfEventByteArray::output<C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: &[u8], flags: u32)
pub fn aya_ebpf::maps::PerfEventByteArray::output_at_index<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: &[u8], flags: u32)
pub const fn aya_ebpf::maps::PerfEventByteArray::pinned(flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::PerfEventByteArray
impl core::marker::Send for aya_ebpf::maps::PerfEventByteArray
impl core::marker::Sync for aya_ebpf::maps::PerfEventByteArray
impl core::marker::Unpin for aya_ebpf::maps::PerfEventByteArray
impl core::marker::UnsafeUnpin for aya_ebpf::maps::PerfEventByteArray
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::PerfEventByteArray
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::PerfEventByteArray
pub mod aya_ebpf::maps::program_array
#[repr(transparent)] pub struct aya_ebpf::maps::program_array::ProgramArray
impl aya_ebpf::maps::program_array::ProgramArray
pub const fn aya_ebpf::maps::program_array::ProgramArray::pinned(max_entries: u32, flags: u32) -> Self
pub unsafe fn aya_ebpf::maps::program_array::ProgramArray::tail_call<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32)
pub const fn aya_ebpf::maps::program_array::ProgramArray::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::Send for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::Sync for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::Unpin for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::UnsafeUnpin for aya_ebpf::maps::program_array::ProgramArray
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::program_array::ProgramArray
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::program_array::ProgramArray
pub mod aya_ebpf::maps::queue
#[repr(transparent)] pub struct aya_ebpf::maps::queue::Queue<T>
impl<T> aya_ebpf::maps::queue::Queue<T>
pub fn aya_ebpf::maps::queue::Queue<T>::peek(&self) -> core::option::Option<T>
pub const fn aya_ebpf::maps::queue::Queue<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::queue::Queue<T>::pop(&self) -> core::option::Option<T>
pub fn aya_ebpf::maps::queue::Queue<T>::push(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::queue::Queue<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::queue::Queue<T>
impl<T> core::marker::Send for aya_ebpf::maps::queue::Queue<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::queue::Queue<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::queue::Queue<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::queue::Queue<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::queue::Queue<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::queue::Queue<T> where T: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::reuseport_sock_array
#[repr(transparent)] pub struct aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
pub const fn aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray::select_reuseport(&self, ctx: &aya_ebpf::programs::sk_reuseport::SkReuseportContext, key: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::Send for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::Sync for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::Unpin for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::UnsafeUnpin for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
pub mod aya_ebpf::maps::ring_buf
#[repr(transparent)] pub struct aya_ebpf::maps::ring_buf::RingBuf
impl aya_ebpf::maps::ring_buf::RingBuf
pub fn aya_ebpf::maps::ring_buf::RingBuf::output<T: ?core::marker::Sized>(&self, data: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::ring_buf::RingBuf::pinned(byte_size: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::ring_buf::RingBuf::query(&self, flags: u64) -> u64
pub fn aya_ebpf::maps::ring_buf::RingBuf::reserve<T: 'static>(&self, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufEntry<T>>
pub fn aya_ebpf::maps::ring_buf::RingBuf::reserve_bytes(&self, size: usize, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufBytes<'_>>
pub const fn aya_ebpf::maps::ring_buf::RingBuf::with_byte_size(byte_size: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::Send for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::Sync for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::Unpin for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::UnsafeUnpin for aya_ebpf::maps::ring_buf::RingBuf
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::ring_buf::RingBuf
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::ring_buf::RingBuf
pub struct aya_ebpf::maps::ring_buf::RingBufBytes<'a>(_)
impl aya_ebpf::maps::ring_buf::RingBufBytes<'_>
pub fn aya_ebpf::maps::ring_buf::RingBufBytes<'_>::discard(self, flags: u64)
pub fn aya_ebpf::maps::ring_buf::RingBufBytes<'_>::submit(self, flags: u64)
impl core::ops::deref::Deref for aya_ebpf::maps::ring_buf::RingBufBytes<'_>
pub type aya_ebpf::maps::ring_buf::RingBufBytes<'_>::Target = [u8]
pub fn aya_ebpf::maps::ring_buf::RingBufBytes<'_>::deref(&self) -> &Self::Target
impl core::ops::deref::DerefMut for aya_ebpf::maps::ring_buf::RingBufBytes<'_>
pub fn aya_ebpf::maps::ring_buf::RingBufBytes<'_>::deref_mut(&mut self) -> &mut Self::Target
impl<'a> core::marker::Freeze for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
impl<'a> core::marker::Send for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
impl<'a> core::marker::Sync for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
impl<'a> core::marker::Unpin for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
impl<'a> core::marker::UnsafeUnpin for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
impl<'a> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
impl<'a> !core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::ring_buf::RingBufBytes<'a>
pub struct aya_ebpf::maps::ring_buf::RingBufEntry<T: 'static>(_)
impl<T> aya_ebpf::maps::ring_buf::RingBufEntry<T>
pub fn aya_ebpf::maps::ring_buf::RingBufEntry<T>::discard(self, flags: u64)
pub fn aya_ebpf::maps::ring_buf::RingBufEntry<T>::submit(self, flags: u64)
impl<T> core::ops::deref::Deref for aya_ebpf::maps::ring_buf::RingBufEntry<T>
pub type aya_ebpf::maps::ring_buf::RingBufEntry<T>::Target = core::mem::maybe_uninit::MaybeUninit<T>
pub fn aya_ebpf::maps::ring_buf::RingBufEntry<T>::deref(&self) -> &Self::Target
impl<T> core::ops::deref::DerefMut for aya_ebpf::maps::ring_buf::RingBufEntry<T>
pub fn aya_ebpf::maps::ring_buf::RingBufEntry<T>::deref_mut(&mut self) -> &mut Self::Target
impl<T> core::marker::Freeze for aya_ebpf::maps::ring_buf::RingBufEntry<T>
impl<T> core::marker::Send for aya_ebpf::maps::ring_buf::RingBufEntry<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::ring_buf::RingBufEntry<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::ring_buf::RingBufEntry<T>
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::ring_buf::RingBufEntry<T>
impl<T> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::ring_buf::RingBufEntry<T> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T> !core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::ring_buf::RingBufEntry<T>
pub mod aya_ebpf::maps::sock_hash
#[repr(transparent)] pub struct aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> aya_ebpf::maps::sock_hash::SockHash<K>
pub const fn aya_ebpf::maps::sock_hash::SockHash<K>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::redirect_msg(&self, ctx: impl core::borrow::Borrow<aya_ebpf::programs::sk_msg::SkMsgContext>, key: impl core::borrow::BorrowMut<K>, flags: u64) -> aya_ebpf_cty::od::c_long
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::redirect_sk_lookup(&self, ctx: impl core::borrow::Borrow<aya_ebpf::programs::sk_lookup::SkLookupContext>, key: impl core::borrow::Borrow<K>, flags: u64) -> core::result::Result<(), u32>
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::redirect_skb(&self, ctx: impl core::borrow::Borrow<aya_ebpf::programs::sk_buff::SkBuffContext>, key: impl core::borrow::BorrowMut<K>, flags: u64) -> aya_ebpf_cty::od::c_long
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::update(&self, key: impl core::borrow::BorrowMut<K>, sk_ops: impl core::borrow::BorrowMut<aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::sock_hash::SockHash<K>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K> !core::marker::Freeze for aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> core::marker::Send for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::marker::Send
impl<K> core::marker::Sync for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::marker::Sync
impl<K> core::marker::Unpin for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::marker::Unpin
impl<K> core::marker::UnsafeUnpin for aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::sock_map
#[repr(transparent)] pub struct aya_ebpf::maps::sock_map::SockMap
impl aya_ebpf::maps::sock_map::SockMap
pub const fn aya_ebpf::maps::sock_map::SockMap::pinned(max_entries: u32, flags: u32) -> Self
pub unsafe fn aya_ebpf::maps::sock_map::SockMap::redirect_msg(&self, ctx: &aya_ebpf::programs::sk_msg::SkMsgContext, index: u32, flags: u64) -> aya_ebpf_cty::od::c_long
pub fn aya_ebpf::maps::sock_map::SockMap::redirect_sk_lookup(&self, ctx: &aya_ebpf::programs::sk_lookup::SkLookupContext, index: u32, flags: u64) -> core::result::Result<(), u32>
pub unsafe fn aya_ebpf::maps::sock_map::SockMap::redirect_skb(&self, ctx: &aya_ebpf::programs::sk_buff::SkBuffContext, index: u32, flags: u64) -> aya_ebpf_cty::od::c_long
pub unsafe fn aya_ebpf::maps::sock_map::SockMap::update(&self, index: u32, sk_ops: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::sock_map::SockMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::sock_map::SockMap
impl core::marker::Send for aya_ebpf::maps::sock_map::SockMap
impl core::marker::Sync for aya_ebpf::maps::sock_map::SockMap
impl core::marker::Unpin for aya_ebpf::maps::sock_map::SockMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::sock_map::SockMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::sock_map::SockMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::sock_map::SockMap
pub mod aya_ebpf::maps::stack
#[repr(transparent)] pub struct aya_ebpf::maps::stack::Stack<T>
impl<T> aya_ebpf::maps::stack::Stack<T>
pub fn aya_ebpf::maps::stack::Stack<T>::peek(&self) -> core::option::Option<T>
pub const fn aya_ebpf::maps::stack::Stack<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::stack::Stack<T>::pop(&self) -> core::option::Option<T>
pub fn aya_ebpf::maps::stack::Stack<T>::push(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::stack::Stack<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::stack::Stack<T>
impl<T> core::marker::Send for aya_ebpf::maps::stack::Stack<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::stack::Stack<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::stack::Stack<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::stack::Stack<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::stack::Stack<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::stack::Stack<T> where T: core::panic::unwind_safe::UnwindSafe
pub mod aya_ebpf::maps::stack_trace
#[repr(transparent)] pub struct aya_ebpf::maps::stack_trace::StackTrace
impl aya_ebpf::maps::stack_trace::StackTrace
pub const fn aya_ebpf::maps::stack_trace::StackTrace::pinned(max_entries: u32, flags: u32) -> Self
pub const fn aya_ebpf::maps::stack_trace::StackTrace::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::Send for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::Sync for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::Unpin for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::UnsafeUnpin for aya_ebpf::maps::stack_trace::StackTrace
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::stack_trace::StackTrace
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::stack_trace::StackTrace
pub mod aya_ebpf::maps::xdp
#[repr(transparent)] pub struct aya_ebpf::maps::xdp::CpuMap
impl aya_ebpf::maps::CpuMap
pub const fn aya_ebpf::maps::CpuMap::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::CpuMap::redirect(&self, index: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::CpuMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::CpuMap
impl core::marker::Send for aya_ebpf::maps::CpuMap
impl core::marker::Sync for aya_ebpf::maps::CpuMap
impl core::marker::Unpin for aya_ebpf::maps::CpuMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::CpuMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::CpuMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::CpuMap
#[repr(transparent)] pub struct aya_ebpf::maps::xdp::DevMap
impl aya_ebpf::maps::DevMap
pub fn aya_ebpf::maps::DevMap::get(&self, index: u32) -> core::option::Option<aya_ebpf::maps::xdp::dev_map::DevMapValue>
pub const fn aya_ebpf::maps::DevMap::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::DevMap::redirect(&self, index: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::DevMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::DevMap
impl core::marker::Send for aya_ebpf::maps::DevMap
impl core::marker::Sync for aya_ebpf::maps::DevMap
impl core::marker::Unpin for aya_ebpf::maps::DevMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::DevMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::DevMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::DevMap
#[repr(transparent)] pub struct aya_ebpf::maps::xdp::DevMapHash
impl aya_ebpf::maps::DevMapHash
pub fn aya_ebpf::maps::DevMapHash::get(&self, key: u32) -> core::option::Option<aya_ebpf::maps::xdp::dev_map::DevMapValue>
pub const fn aya_ebpf::maps::DevMapHash::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::DevMapHash::redirect(&self, key: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::DevMapHash::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::DevMapHash
impl core::marker::Send for aya_ebpf::maps::DevMapHash
impl core::marker::Sync for aya_ebpf::maps::DevMapHash
impl core::marker::Unpin for aya_ebpf::maps::DevMapHash
impl core::marker::UnsafeUnpin for aya_ebpf::maps::DevMapHash
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::DevMapHash
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::DevMapHash
#[repr(transparent)] pub struct aya_ebpf::maps::xdp::XskMap
impl aya_ebpf::maps::XskMap
pub fn aya_ebpf::maps::XskMap::get(&self, index: u32) -> core::option::Option<u32>
pub const fn aya_ebpf::maps::XskMap::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::XskMap::redirect(&self, index: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::XskMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::XskMap
impl core::marker::Send for aya_ebpf::maps::XskMap
impl core::marker::Sync for aya_ebpf::maps::XskMap
impl core::marker::Unpin for aya_ebpf::maps::XskMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::XskMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::XskMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::XskMap
#[repr(transparent)] pub struct aya_ebpf::maps::Array<T>
impl<T> aya_ebpf::maps::array::Array<T>
pub fn aya_ebpf::maps::array::Array<T>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::maps::array::Array<T>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::maps::array::Array<T>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub const fn aya_ebpf::maps::array::Array<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::array::Array<T>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::array::Array<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::array::Array<T>
impl<T> core::marker::Send for aya_ebpf::maps::array::Array<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::array::Array<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::array::Array<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::array::Array<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::array::Array<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::array::Array<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::BloomFilter<T>
impl<T> aya_ebpf::maps::bloom_filter::BloomFilter<T>
pub fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::contains(&self, value: impl core::borrow::Borrow<T>) -> core::result::Result<(), i32>
pub fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::insert(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::pinned(max_entries: u32, flags: u32) -> Self
pub const fn aya_ebpf::maps::bloom_filter::BloomFilter<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> core::marker::Send for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::bloom_filter::BloomFilter<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::bloom_filter::BloomFilter<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::CpuMap
impl aya_ebpf::maps::CpuMap
pub const fn aya_ebpf::maps::CpuMap::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::CpuMap::redirect(&self, index: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::CpuMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::CpuMap
impl core::marker::Send for aya_ebpf::maps::CpuMap
impl core::marker::Sync for aya_ebpf::maps::CpuMap
impl core::marker::Unpin for aya_ebpf::maps::CpuMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::CpuMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::CpuMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::CpuMap
#[repr(transparent)] pub struct aya_ebpf::maps::DevMap
impl aya_ebpf::maps::DevMap
pub fn aya_ebpf::maps::DevMap::get(&self, index: u32) -> core::option::Option<aya_ebpf::maps::xdp::dev_map::DevMapValue>
pub const fn aya_ebpf::maps::DevMap::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::DevMap::redirect(&self, index: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::DevMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::DevMap
impl core::marker::Send for aya_ebpf::maps::DevMap
impl core::marker::Sync for aya_ebpf::maps::DevMap
impl core::marker::Unpin for aya_ebpf::maps::DevMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::DevMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::DevMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::DevMap
#[repr(transparent)] pub struct aya_ebpf::maps::DevMapHash
impl aya_ebpf::maps::DevMapHash
pub fn aya_ebpf::maps::DevMapHash::get(&self, key: u32) -> core::option::Option<aya_ebpf::maps::xdp::dev_map::DevMapValue>
pub const fn aya_ebpf::maps::DevMapHash::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::DevMapHash::redirect(&self, key: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::DevMapHash::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::DevMapHash
impl core::marker::Send for aya_ebpf::maps::DevMapHash
impl core::marker::Sync for aya_ebpf::maps::DevMapHash
impl core::marker::Unpin for aya_ebpf::maps::DevMapHash
impl core::marker::UnsafeUnpin for aya_ebpf::maps::DevMapHash
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::DevMapHash
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::DevMapHash
#[repr(transparent)] pub struct aya_ebpf::maps::HashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::HashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::HashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::HashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::HashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::HashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::HashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::HashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::LpmTrie<K, V>
impl<K, V> aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
pub fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::get(&self, key: impl core::borrow::Borrow<aya_ebpf::maps::lpm_trie::Key<K>>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::insert(&self, key: impl core::borrow::Borrow<aya_ebpf::maps::lpm_trie::Key<K>>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::remove(&self, key: impl core::borrow::Borrow<aya_ebpf::maps::lpm_trie::Key<K>>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::lpm_trie::LpmTrie<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::lpm_trie::LpmTrie<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::lpm_trie::LpmTrie<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::LruHashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::LruHashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruHashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::LruHashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::LruHashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::LruPerCpuHashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::LruPerCpuHashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::PerCpuArray<T>
impl<T> aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::get(&self, index: u32) -> core::option::Option<&T>
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::get_ptr(&self, index: u32) -> core::option::Option<*const T>
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::get_ptr_mut(&self, index: u32) -> core::option::Option<*mut T>
pub const fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::set(&self, index: u32, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::per_cpu_array::PerCpuArray<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> core::marker::Send for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::per_cpu_array::PerCpuArray<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::per_cpu_array::PerCpuArray<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::PerCpuHashMap<K, V>
impl<K, V> aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
pub unsafe fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::get(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<&V>
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::get_ptr(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*const V>
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::get_ptr_mut(&self, key: impl core::borrow::Borrow<K>) -> core::option::Option<*mut V>
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::insert(&self, key: impl core::borrow::Borrow<K>, value: impl core::borrow::Borrow<V>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::remove(&self, key: impl core::borrow::Borrow<K>) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K, V> !core::marker::Freeze for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> core::marker::Send for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::marker::Send, V: core::marker::Send
impl<K, V> core::marker::Sync for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::marker::Sync, V: core::marker::Sync
impl<K, V> core::marker::Unpin for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::marker::Unpin, V: core::marker::Unpin
impl<K, V> core::marker::UnsafeUnpin for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V>
impl<K, V> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::hash_map::PerCpuHashMap<K, V> where K: core::panic::unwind_safe::UnwindSafe, V: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::PerfEventArray<T>
impl<T> aya_ebpf::maps::PerfEventArray<T>
pub const fn aya_ebpf::maps::PerfEventArray<T>::new(flags: u32) -> Self
pub fn aya_ebpf::maps::PerfEventArray<T>::output<C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: impl core::borrow::Borrow<T>, flags: u32)
pub fn aya_ebpf::maps::PerfEventArray<T>::output_at_index<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: impl core::borrow::Borrow<T>, flags: u32)
pub const fn aya_ebpf::maps::PerfEventArray<T>::pinned(flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::PerfEventArray<T>
impl<T> core::marker::Send for aya_ebpf::maps::PerfEventArray<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::PerfEventArray<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::PerfEventArray<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::PerfEventArray<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::PerfEventArray<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::PerfEventArray<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::PerfEventByteArray
impl aya_ebpf::maps::PerfEventByteArray
pub const fn aya_ebpf::maps::PerfEventByteArray::new(flags: u32) -> Self
pub fn aya_ebpf::maps::PerfEventByteArray::output<C: aya_ebpf::EbpfContext>(&self, ctx: &C, data: &[u8], flags: u32)
pub fn aya_ebpf::maps::PerfEventByteArray::output_at_index<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32, data: &[u8], flags: u32)
pub const fn aya_ebpf::maps::PerfEventByteArray::pinned(flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::PerfEventByteArray
impl core::marker::Send for aya_ebpf::maps::PerfEventByteArray
impl core::marker::Sync for aya_ebpf::maps::PerfEventByteArray
impl core::marker::Unpin for aya_ebpf::maps::PerfEventByteArray
impl core::marker::UnsafeUnpin for aya_ebpf::maps::PerfEventByteArray
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::PerfEventByteArray
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::PerfEventByteArray
#[repr(transparent)] pub struct aya_ebpf::maps::ProgramArray
impl aya_ebpf::maps::program_array::ProgramArray
pub const fn aya_ebpf::maps::program_array::ProgramArray::pinned(max_entries: u32, flags: u32) -> Self
pub unsafe fn aya_ebpf::maps::program_array::ProgramArray::tail_call<C: aya_ebpf::EbpfContext>(&self, ctx: &C, index: u32)
pub const fn aya_ebpf::maps::program_array::ProgramArray::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::Send for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::Sync for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::Unpin for aya_ebpf::maps::program_array::ProgramArray
impl core::marker::UnsafeUnpin for aya_ebpf::maps::program_array::ProgramArray
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::program_array::ProgramArray
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::program_array::ProgramArray
#[repr(transparent)] pub struct aya_ebpf::maps::Queue<T>
impl<T> aya_ebpf::maps::queue::Queue<T>
pub fn aya_ebpf::maps::queue::Queue<T>::peek(&self) -> core::option::Option<T>
pub const fn aya_ebpf::maps::queue::Queue<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::queue::Queue<T>::pop(&self) -> core::option::Option<T>
pub fn aya_ebpf::maps::queue::Queue<T>::push(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::queue::Queue<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::queue::Queue<T>
impl<T> core::marker::Send for aya_ebpf::maps::queue::Queue<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::queue::Queue<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::queue::Queue<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::queue::Queue<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::queue::Queue<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::queue::Queue<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::ReusePortSockArray
impl aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
pub const fn aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray::select_reuseport(&self, ctx: &aya_ebpf::programs::sk_reuseport::SkReuseportContext, key: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::Send for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::Sync for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::Unpin for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::marker::UnsafeUnpin for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::reuseport_sock_array::ReusePortSockArray
#[repr(transparent)] pub struct aya_ebpf::maps::RingBuf
impl aya_ebpf::maps::ring_buf::RingBuf
pub fn aya_ebpf::maps::ring_buf::RingBuf::output<T: ?core::marker::Sized>(&self, data: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::ring_buf::RingBuf::pinned(byte_size: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::ring_buf::RingBuf::query(&self, flags: u64) -> u64
pub fn aya_ebpf::maps::ring_buf::RingBuf::reserve<T: 'static>(&self, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufEntry<T>>
pub fn aya_ebpf::maps::ring_buf::RingBuf::reserve_bytes(&self, size: usize, flags: u64) -> core::option::Option<aya_ebpf::maps::ring_buf::RingBufBytes<'_>>
pub const fn aya_ebpf::maps::ring_buf::RingBuf::with_byte_size(byte_size: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::Send for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::Sync for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::Unpin for aya_ebpf::maps::ring_buf::RingBuf
impl core::marker::UnsafeUnpin for aya_ebpf::maps::ring_buf::RingBuf
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::ring_buf::RingBuf
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::ring_buf::RingBuf
#[repr(transparent)] pub struct aya_ebpf::maps::SockHash<K>
impl<K> aya_ebpf::maps::sock_hash::SockHash<K>
pub const fn aya_ebpf::maps::sock_hash::SockHash<K>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::redirect_msg(&self, ctx: impl core::borrow::Borrow<aya_ebpf::programs::sk_msg::SkMsgContext>, key: impl core::borrow::BorrowMut<K>, flags: u64) -> aya_ebpf_cty::od::c_long
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::redirect_sk_lookup(&self, ctx: impl core::borrow::Borrow<aya_ebpf::programs::sk_lookup::SkLookupContext>, key: impl core::borrow::Borrow<K>, flags: u64) -> core::result::Result<(), u32>
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::redirect_skb(&self, ctx: impl core::borrow::Borrow<aya_ebpf::programs::sk_buff::SkBuffContext>, key: impl core::borrow::BorrowMut<K>, flags: u64) -> aya_ebpf_cty::od::c_long
pub fn aya_ebpf::maps::sock_hash::SockHash<K>::update(&self, key: impl core::borrow::BorrowMut<K>, sk_ops: impl core::borrow::BorrowMut<aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::sock_hash::SockHash<K>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<K> !core::marker::Freeze for aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> core::marker::Send for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::marker::Send
impl<K> core::marker::Sync for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::marker::Sync
impl<K> core::marker::Unpin for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::marker::Unpin
impl<K> core::marker::UnsafeUnpin for aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::sock_hash::SockHash<K>
impl<K> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::sock_hash::SockHash<K> where K: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::SockMap
impl aya_ebpf::maps::sock_map::SockMap
pub const fn aya_ebpf::maps::sock_map::SockMap::pinned(max_entries: u32, flags: u32) -> Self
pub unsafe fn aya_ebpf::maps::sock_map::SockMap::redirect_msg(&self, ctx: &aya_ebpf::programs::sk_msg::SkMsgContext, index: u32, flags: u64) -> aya_ebpf_cty::od::c_long
pub fn aya_ebpf::maps::sock_map::SockMap::redirect_sk_lookup(&self, ctx: &aya_ebpf::programs::sk_lookup::SkLookupContext, index: u32, flags: u64) -> core::result::Result<(), u32>
pub unsafe fn aya_ebpf::maps::sock_map::SockMap::redirect_skb(&self, ctx: &aya_ebpf::programs::sk_buff::SkBuffContext, index: u32, flags: u64) -> aya_ebpf_cty::od::c_long
pub unsafe fn aya_ebpf::maps::sock_map::SockMap::update(&self, index: u32, sk_ops: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::sock_map::SockMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::sock_map::SockMap
impl core::marker::Send for aya_ebpf::maps::sock_map::SockMap
impl core::marker::Sync for aya_ebpf::maps::sock_map::SockMap
impl core::marker::Unpin for aya_ebpf::maps::sock_map::SockMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::sock_map::SockMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::sock_map::SockMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::sock_map::SockMap
#[repr(transparent)] pub struct aya_ebpf::maps::Stack<T>
impl<T> aya_ebpf::maps::stack::Stack<T>
pub fn aya_ebpf::maps::stack::Stack<T>::peek(&self) -> core::option::Option<T>
pub const fn aya_ebpf::maps::stack::Stack<T>::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::stack::Stack<T>::pop(&self) -> core::option::Option<T>
pub fn aya_ebpf::maps::stack::Stack<T>::push(&self, value: impl core::borrow::Borrow<T>, flags: u64) -> core::result::Result<(), i32>
pub const fn aya_ebpf::maps::stack::Stack<T>::with_max_entries(max_entries: u32, flags: u32) -> Self
impl<T> !core::marker::Freeze for aya_ebpf::maps::stack::Stack<T>
impl<T> core::marker::Send for aya_ebpf::maps::stack::Stack<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::maps::stack::Stack<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::maps::stack::Stack<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::maps::stack::Stack<T>
impl<T> !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::stack::Stack<T>
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::stack::Stack<T> where T: core::panic::unwind_safe::UnwindSafe
#[repr(transparent)] pub struct aya_ebpf::maps::StackTrace
impl aya_ebpf::maps::stack_trace::StackTrace
pub const fn aya_ebpf::maps::stack_trace::StackTrace::pinned(max_entries: u32, flags: u32) -> Self
pub const fn aya_ebpf::maps::stack_trace::StackTrace::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::Send for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::Sync for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::Unpin for aya_ebpf::maps::stack_trace::StackTrace
impl core::marker::UnsafeUnpin for aya_ebpf::maps::stack_trace::StackTrace
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::stack_trace::StackTrace
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::stack_trace::StackTrace
#[repr(transparent)] pub struct aya_ebpf::maps::XskMap
impl aya_ebpf::maps::XskMap
pub fn aya_ebpf::maps::XskMap::get(&self, index: u32) -> core::option::Option<u32>
pub const fn aya_ebpf::maps::XskMap::pinned(max_entries: u32, flags: u32) -> Self
pub fn aya_ebpf::maps::XskMap::redirect(&self, index: u32, flags: u64) -> core::result::Result<u32, u32>
pub const fn aya_ebpf::maps::XskMap::with_max_entries(max_entries: u32, flags: u32) -> Self
impl !core::marker::Freeze for aya_ebpf::maps::XskMap
impl core::marker::Send for aya_ebpf::maps::XskMap
impl core::marker::Sync for aya_ebpf::maps::XskMap
impl core::marker::Unpin for aya_ebpf::maps::XskMap
impl core::marker::UnsafeUnpin for aya_ebpf::maps::XskMap
impl !core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::XskMap
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::XskMap
pub mod aya_ebpf::programs
pub mod aya_ebpf::programs::device
pub struct aya_ebpf::programs::device::DeviceContext
pub aya_ebpf::programs::device::DeviceContext::device: *mut aya_ebpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx
impl aya_ebpf::programs::device::DeviceContext
pub const fn aya_ebpf::programs::device::DeviceContext::new(device: *mut aya_ebpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::device::DeviceContext
pub fn aya_ebpf::programs::device::DeviceContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::device::DeviceContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::device::DeviceContext::gid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::pid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::device::DeviceContext
impl !core::marker::Send for aya_ebpf::programs::device::DeviceContext
impl !core::marker::Sync for aya_ebpf::programs::device::DeviceContext
impl core::marker::Unpin for aya_ebpf::programs::device::DeviceContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::device::DeviceContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::device::DeviceContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::device::DeviceContext
pub mod aya_ebpf::programs::fentry
pub struct aya_ebpf::programs::fentry::FEntryContext
impl aya_ebpf::programs::fentry::FEntryContext
pub fn aya_ebpf::programs::fentry::FEntryContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::fentry::FEntryContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::fentry::FEntryContext
pub fn aya_ebpf::programs::fentry::FEntryContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::fentry::FEntryContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::fentry::FEntryContext::gid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::pid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::fentry::FEntryContext
impl !core::marker::Send for aya_ebpf::programs::fentry::FEntryContext
impl !core::marker::Sync for aya_ebpf::programs::fentry::FEntryContext
impl core::marker::Unpin for aya_ebpf::programs::fentry::FEntryContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::fentry::FEntryContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::fentry::FEntryContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::fentry::FEntryContext
pub mod aya_ebpf::programs::fexit
pub struct aya_ebpf::programs::fexit::FExitContext
impl aya_ebpf::programs::fexit::FExitContext
pub fn aya_ebpf::programs::fexit::FExitContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::fexit::FExitContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::fexit::FExitContext
pub fn aya_ebpf::programs::fexit::FExitContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::fexit::FExitContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::fexit::FExitContext::gid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::pid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::fexit::FExitContext
impl !core::marker::Send for aya_ebpf::programs::fexit::FExitContext
impl !core::marker::Sync for aya_ebpf::programs::fexit::FExitContext
impl core::marker::Unpin for aya_ebpf::programs::fexit::FExitContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::fexit::FExitContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::fexit::FExitContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::fexit::FExitContext
pub mod aya_ebpf::programs::flow_dissector
pub struct aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::data(&self) -> usize
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::flow_keys(&mut self) -> &mut aya_ebpf_bindings::x86_64::bindings::bpf_flow_keys
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::gid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::pid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl !core::marker::Send for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl !core::marker::Sync for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::marker::Unpin for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub mod aya_ebpf::programs::lsm
pub struct aya_ebpf::programs::lsm::LsmContext
impl aya_ebpf::programs::lsm::LsmContext
pub fn aya_ebpf::programs::lsm::LsmContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::lsm::LsmContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::lsm::LsmContext
pub fn aya_ebpf::programs::lsm::LsmContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::lsm::LsmContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::lsm::LsmContext::gid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::pid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::lsm::LsmContext
impl !core::marker::Send for aya_ebpf::programs::lsm::LsmContext
impl !core::marker::Sync for aya_ebpf::programs::lsm::LsmContext
impl core::marker::Unpin for aya_ebpf::programs::lsm::LsmContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::lsm::LsmContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::lsm::LsmContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::lsm::LsmContext
pub mod aya_ebpf::programs::perf_event
pub struct aya_ebpf::programs::perf_event::PerfEventContext
pub aya_ebpf::programs::perf_event::PerfEventContext::ctx: *mut aya_ebpf_bindings::x86_64::bindings::bpf_perf_event_data
impl aya_ebpf::programs::perf_event::PerfEventContext
pub const fn aya_ebpf::programs::perf_event::PerfEventContext::new(ctx: *mut aya_ebpf_bindings::x86_64::bindings::bpf_perf_event_data) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::perf_event::PerfEventContext
pub fn aya_ebpf::programs::perf_event::PerfEventContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::perf_event::PerfEventContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::perf_event::PerfEventContext::gid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::pid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::perf_event::PerfEventContext
impl !core::marker::Send for aya_ebpf::programs::perf_event::PerfEventContext
impl !core::marker::Sync for aya_ebpf::programs::perf_event::PerfEventContext
impl core::marker::Unpin for aya_ebpf::programs::perf_event::PerfEventContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::perf_event::PerfEventContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::perf_event::PerfEventContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::perf_event::PerfEventContext
pub mod aya_ebpf::programs::probe
pub struct aya_ebpf::programs::probe::ProbeContext
pub aya_ebpf::programs::probe::ProbeContext::regs: *mut aya_ebpf_bindings::x86_64::bindings::pt_regs
impl aya_ebpf::programs::probe::ProbeContext
pub fn aya_ebpf::programs::probe::ProbeContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> core::option::Option<T>
pub const fn aya_ebpf::programs::probe::ProbeContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::probe::ProbeContext
pub fn aya_ebpf::programs::probe::ProbeContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::probe::ProbeContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::probe::ProbeContext::gid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::pid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::probe::ProbeContext
impl !core::marker::Send for aya_ebpf::programs::probe::ProbeContext
impl !core::marker::Sync for aya_ebpf::programs::probe::ProbeContext
impl core::marker::Unpin for aya_ebpf::programs::probe::ProbeContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::probe::ProbeContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::probe::ProbeContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::probe::ProbeContext
pub mod aya_ebpf::programs::raw_tracepoint
pub struct aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl !core::marker::Send for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl !core::marker::Sync for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::marker::Unpin for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub mod aya_ebpf::programs::retprobe
pub struct aya_ebpf::programs::retprobe::RetProbeContext
pub aya_ebpf::programs::retprobe::RetProbeContext::regs: *mut aya_ebpf_bindings::x86_64::bindings::pt_regs
impl aya_ebpf::programs::retprobe::RetProbeContext
pub const fn aya_ebpf::programs::retprobe::RetProbeContext::new(ctx: *mut core::ffi::c_void) -> Self
pub fn aya_ebpf::programs::retprobe::RetProbeContext::ret<T: aya_ebpf::Argument>(&self) -> T
impl aya_ebpf::EbpfContext for aya_ebpf::programs::retprobe::RetProbeContext
pub fn aya_ebpf::programs::retprobe::RetProbeContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::retprobe::RetProbeContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::retprobe::RetProbeContext::gid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::pid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::retprobe::RetProbeContext
impl !core::marker::Send for aya_ebpf::programs::retprobe::RetProbeContext
impl !core::marker::Sync for aya_ebpf::programs::retprobe::RetProbeContext
impl core::marker::Unpin for aya_ebpf::programs::retprobe::RetProbeContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::retprobe::RetProbeContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::retprobe::RetProbeContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::retprobe::RetProbeContext
pub mod aya_ebpf::programs::sk_buff
pub struct aya_ebpf::programs::sk_buff::SkBuff
pub aya_ebpf::programs::sk_buff::SkBuff::skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff
impl aya_ebpf::programs::sk_buff::SkBuff
pub fn aya_ebpf::programs::sk_buff::SkBuff::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::cb(&self) -> &[u32]
pub fn aya_ebpf::programs::sk_buff::SkBuff::cb_mut(&mut self) -> &mut [u32]
pub fn aya_ebpf::programs::sk_buff::SkBuff::change_proto(&self, proto: u16, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::change_type(&self, ty: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::family(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::get_socket_uid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::len(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::load<T>(&self, offset: usize) -> core::result::Result<T, aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::local_ipv4(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::local_ipv6(&self) -> &[u32; 4]
pub fn aya_ebpf::programs::sk_buff::SkBuff::local_port(&self) -> u32
pub const fn aya_ebpf::programs::sk_buff::SkBuff::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
pub fn aya_ebpf::programs::sk_buff::SkBuff::protocol(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::pull_data(&self, len: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuff::remote_ipv4(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::remote_ipv6(&self) -> &[u32; 4]
pub fn aya_ebpf::programs::sk_buff::SkBuff::remote_port(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuff::set_mark(&self, mark: u32)
pub fn aya_ebpf::programs::sk_buff::SkBuff::store<T>(&self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
impl core::marker::Freeze for aya_ebpf::programs::sk_buff::SkBuff
impl !core::marker::Send for aya_ebpf::programs::sk_buff::SkBuff
impl !core::marker::Sync for aya_ebpf::programs::sk_buff::SkBuff
impl core::marker::Unpin for aya_ebpf::programs::sk_buff::SkBuff
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_buff::SkBuff
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_buff::SkBuff
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_buff::SkBuff
pub struct aya_ebpf::programs::sk_buff::SkBuffContext
pub aya_ebpf::programs::sk_buff::SkBuffContext::skb: aya_ebpf::programs::sk_buff::SkBuff
impl aya_ebpf::programs::sk_buff::SkBuffContext
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::cb(&self) -> &[u32]
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::cb_mut(&mut self) -> &mut [u32]
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::get_socket_uid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::len(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::load<T>(&self, offset: usize) -> core::result::Result<T, aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::programs::sk_buff::SkBuffContext::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::set_mark(&self, mark: u32)
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::store<T>(&self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_buff::SkBuffContext
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_buff::SkBuffContext
impl !core::marker::Send for aya_ebpf::programs::sk_buff::SkBuffContext
impl !core::marker::Sync for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::marker::Unpin for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_buff::SkBuffContext
pub mod aya_ebpf::programs::sk_lookup
pub struct aya_ebpf::programs::sk_lookup::SkLookupContext
pub aya_ebpf::programs::sk_lookup::SkLookupContext::lookup: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sk_lookup
impl aya_ebpf::programs::sk_lookup::SkLookupContext
pub const fn aya_ebpf::programs::sk_lookup::SkLookupContext::new(lookup: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sk_lookup) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_lookup::SkLookupContext
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_lookup::SkLookupContext
impl !core::marker::Send for aya_ebpf::programs::sk_lookup::SkLookupContext
impl !core::marker::Sync for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::marker::Unpin for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_lookup::SkLookupContext
pub mod aya_ebpf::programs::sk_msg
pub struct aya_ebpf::programs::sk_msg::SkMsgContext
pub aya_ebpf::programs::sk_msg::SkMsgContext::msg: *mut aya_ebpf_bindings::x86_64::bindings::sk_msg_md
impl aya_ebpf::programs::sk_msg::SkMsgContext
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::data(&self) -> usize
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::data_end(&self) -> usize
pub const fn aya_ebpf::programs::sk_msg::SkMsgContext::new(msg: *mut aya_ebpf_bindings::x86_64::bindings::sk_msg_md) -> Self
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::pop_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::push_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::size(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_msg::SkMsgContext
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_msg::SkMsgContext
impl !core::marker::Send for aya_ebpf::programs::sk_msg::SkMsgContext
impl !core::marker::Sync for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::marker::Unpin for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_msg::SkMsgContext
pub mod aya_ebpf::programs::sk_reuseport
pub struct aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub aya_ebpf::programs::sk_reuseport::SkReuseportContext::md: *mut aya_ebpf_bindings::x86_64::bindings::sk_reuseport_md
impl aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::bind_inany(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::data(&self) -> usize
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::eth_protocol(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::hash(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::ip_protocol(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::is_empty(&self) -> bool
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::len(&self) -> usize
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::migrating_sk(&self) -> core::option::Option<aya_ebpf::programs::sock::SockContext>
pub const fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::new(md: *mut aya_ebpf_bindings::x86_64::bindings::sk_reuseport_md) -> Self
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::sk(&self) -> aya_ebpf::programs::sock::SockContext
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl !core::marker::Send for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl !core::marker::Sync for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::marker::Unpin for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub mod aya_ebpf::programs::sock
pub struct aya_ebpf::programs::sock::SockContext
pub aya_ebpf::programs::sock::SockContext::sock: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock
impl aya_ebpf::programs::sock::SockContext
pub const fn aya_ebpf::programs::sock::SockContext::new(sock: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock::SockContext
pub fn aya_ebpf::programs::sock::SockContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock::SockContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock::SockContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sock::SockContext
impl !core::marker::Send for aya_ebpf::programs::sock::SockContext
impl !core::marker::Sync for aya_ebpf::programs::sock::SockContext
impl core::marker::Unpin for aya_ebpf::programs::sock::SockContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sock::SockContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sock::SockContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sock::SockContext
pub mod aya_ebpf::programs::sock_addr
pub struct aya_ebpf::programs::sock_addr::SockAddrContext
pub aya_ebpf::programs::sock_addr::SockAddrContext::sock_addr: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_addr
impl aya_ebpf::programs::sock_addr::SockAddrContext
pub const fn aya_ebpf::programs::sock_addr::SockAddrContext::new(sock_addr: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_addr) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock_addr::SockAddrContext
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sock_addr::SockAddrContext
impl !core::marker::Send for aya_ebpf::programs::sock_addr::SockAddrContext
impl !core::marker::Sync for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::marker::Unpin for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sock_addr::SockAddrContext
pub mod aya_ebpf::programs::sock_ops
pub struct aya_ebpf::programs::sock_ops::SockOpsContext
pub aya_ebpf::programs::sock_ops::SockOpsContext::ops: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops
impl aya_ebpf::programs::sock_ops::SockOpsContext
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::arg(&self, n: usize) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::cb_flags(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::family(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::local_ip4(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::local_ip6(&self) -> [u32; 4]
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::local_port(&self) -> u32
pub const fn aya_ebpf::programs::sock_ops::SockOpsContext::new(ops: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops) -> Self
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::op(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::remote_ip4(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::remote_ip6(&self) -> [u32; 4]
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::remote_port(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::set_cb_flags(&self, flags: i32) -> core::result::Result<(), i32>
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::set_reply(&self, reply: u32)
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock_ops::SockOpsContext
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sock_ops::SockOpsContext
impl !core::marker::Send for aya_ebpf::programs::sock_ops::SockOpsContext
impl !core::marker::Sync for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::marker::Unpin for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sock_ops::SockOpsContext
pub mod aya_ebpf::programs::sockopt
pub struct aya_ebpf::programs::sockopt::SockoptContext
pub aya_ebpf::programs::sockopt::SockoptContext::sockopt: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sockopt
impl aya_ebpf::programs::sockopt::SockoptContext
pub const fn aya_ebpf::programs::sockopt::SockoptContext::new(sockopt: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sockopt) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sockopt::SockoptContext
pub fn aya_ebpf::programs::sockopt::SockoptContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sockopt::SockoptContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sockopt::SockoptContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sockopt::SockoptContext
impl !core::marker::Send for aya_ebpf::programs::sockopt::SockoptContext
impl !core::marker::Sync for aya_ebpf::programs::sockopt::SockoptContext
impl core::marker::Unpin for aya_ebpf::programs::sockopt::SockoptContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sockopt::SockoptContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sockopt::SockoptContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sockopt::SockoptContext
pub mod aya_ebpf::programs::sysctl
pub struct aya_ebpf::programs::sysctl::SysctlContext
pub aya_ebpf::programs::sysctl::SysctlContext::sysctl: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sysctl
impl aya_ebpf::programs::sysctl::SysctlContext
pub const fn aya_ebpf::programs::sysctl::SysctlContext::new(sysctl: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sysctl) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sysctl::SysctlContext
pub fn aya_ebpf::programs::sysctl::SysctlContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sysctl::SysctlContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sysctl::SysctlContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sysctl::SysctlContext
impl !core::marker::Send for aya_ebpf::programs::sysctl::SysctlContext
impl !core::marker::Sync for aya_ebpf::programs::sysctl::SysctlContext
impl core::marker::Unpin for aya_ebpf::programs::sysctl::SysctlContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sysctl::SysctlContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sysctl::SysctlContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sysctl::SysctlContext
pub mod aya_ebpf::programs::tc
pub struct aya_ebpf::programs::tc::TcContext
pub aya_ebpf::programs::tc::TcContext::skb: aya_ebpf::programs::sk_buff::SkBuff
impl aya_ebpf::programs::tc::TcContext
pub fn aya_ebpf::programs::tc::TcContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::cb(&self) -> &[u32]
pub fn aya_ebpf::programs::tc::TcContext::cb_mut(&mut self) -> &mut [u32]
pub fn aya_ebpf::programs::tc::TcContext::change_proto(&self, proto: u16, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::data(&self) -> usize
pub fn aya_ebpf::programs::tc::TcContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::tc::TcContext::get_socket_uid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::len(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::load<T>(&self, offset: usize) -> core::result::Result<T, aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::programs::tc::TcContext::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
pub fn aya_ebpf::programs::tc::TcContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::set_mark(&self, mark: u32)
pub fn aya_ebpf::programs::tc::TcContext::store<T>(&self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tc::TcContext
pub fn aya_ebpf::programs::tc::TcContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::tc::TcContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tc::TcContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::tc::TcContext
impl !core::marker::Send for aya_ebpf::programs::tc::TcContext
impl !core::marker::Sync for aya_ebpf::programs::tc::TcContext
impl core::marker::Unpin for aya_ebpf::programs::tc::TcContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::tc::TcContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::tc::TcContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::tc::TcContext
pub mod aya_ebpf::programs::tp_btf
pub struct aya_ebpf::programs::tp_btf::BtfTracePointContext
impl aya_ebpf::programs::tp_btf::BtfTracePointContext
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::tp_btf::BtfTracePointContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tp_btf::BtfTracePointContext
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl !core::marker::Send for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl !core::marker::Sync for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::marker::Unpin for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::tp_btf::BtfTracePointContext
pub mod aya_ebpf::programs::tracepoint
pub struct aya_ebpf::programs::tracepoint::TracePointContext
impl aya_ebpf::programs::tracepoint::TracePointContext
pub const fn aya_ebpf::programs::tracepoint::TracePointContext::new(ctx: *mut core::ffi::c_void) -> Self
pub unsafe fn aya_ebpf::programs::tracepoint::TracePointContext::read_at<T>(&self, offset: usize) -> core::result::Result<T, i32>
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tracepoint::TracePointContext
pub fn aya_ebpf::programs::tracepoint::TracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::tracepoint::TracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tracepoint::TracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::tracepoint::TracePointContext
impl !core::marker::Send for aya_ebpf::programs::tracepoint::TracePointContext
impl !core::marker::Sync for aya_ebpf::programs::tracepoint::TracePointContext
impl core::marker::Unpin for aya_ebpf::programs::tracepoint::TracePointContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::tracepoint::TracePointContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::tracepoint::TracePointContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::tracepoint::TracePointContext
pub mod aya_ebpf::programs::tracing
pub trait aya_ebpf::programs::tracing::StackIdContext: aya_ebpf::programs::tracing::sealed::StackIdContext
pub fn aya_ebpf::programs::tracing::StackIdContext::get_stackid<M: aya_ebpf::programs::tracing::StackTraceMap>(&self, map: &M, flags: u64) -> core::result::Result<aya_ebpf_cty::od::c_long, i32>
impl<T: aya_ebpf::programs::tracing::sealed::StackIdContext> aya_ebpf::programs::tracing::StackIdContext for T
pub fn T::get_stackid<M: aya_ebpf::programs::tracing::StackTraceMap>(&self, map: &M, flags: u64) -> core::result::Result<aya_ebpf_cty::od::c_long, i32>
pub trait aya_ebpf::programs::tracing::StackTraceMap: aya_ebpf::programs::tracing::sealed::StackTraceMap
impl<T: aya_ebpf::programs::tracing::sealed::StackTraceMap> aya_ebpf::programs::tracing::StackTraceMap for T
pub mod aya_ebpf::programs::xdp
pub struct aya_ebpf::programs::xdp::XdpContext
pub aya_ebpf::programs::xdp::XdpContext::ctx: *mut aya_ebpf_bindings::x86_64::bindings::xdp_md
impl aya_ebpf::programs::xdp::XdpContext
pub fn aya_ebpf::programs::xdp::XdpContext::data(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::ingress_ifindex(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::metadata(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::metadata_end(&self) -> usize
pub const fn aya_ebpf::programs::xdp::XdpContext::new(ctx: *mut aya_ebpf_bindings::x86_64::bindings::xdp_md) -> Self
pub fn aya_ebpf::programs::xdp::XdpContext::rx_queue_index(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::xdp::XdpContext
pub fn aya_ebpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::xdp::XdpContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::xdp::XdpContext::gid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::pid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::xdp::XdpContext
impl !core::marker::Send for aya_ebpf::programs::xdp::XdpContext
impl !core::marker::Sync for aya_ebpf::programs::xdp::XdpContext
impl core::marker::Unpin for aya_ebpf::programs::xdp::XdpContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::xdp::XdpContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::xdp::XdpContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::xdp::XdpContext
pub struct aya_ebpf::programs::BtfTracePointContext
impl aya_ebpf::programs::tp_btf::BtfTracePointContext
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::tp_btf::BtfTracePointContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tp_btf::BtfTracePointContext
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl !core::marker::Send for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl !core::marker::Sync for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::marker::Unpin for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::tp_btf::BtfTracePointContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::tp_btf::BtfTracePointContext
pub struct aya_ebpf::programs::DeviceContext
pub aya_ebpf::programs::DeviceContext::device: *mut aya_ebpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx
impl aya_ebpf::programs::device::DeviceContext
pub const fn aya_ebpf::programs::device::DeviceContext::new(device: *mut aya_ebpf_bindings::x86_64::bindings::bpf_cgroup_dev_ctx) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::device::DeviceContext
pub fn aya_ebpf::programs::device::DeviceContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::device::DeviceContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::device::DeviceContext::gid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::pid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::device::DeviceContext
impl !core::marker::Send for aya_ebpf::programs::device::DeviceContext
impl !core::marker::Sync for aya_ebpf::programs::device::DeviceContext
impl core::marker::Unpin for aya_ebpf::programs::device::DeviceContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::device::DeviceContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::device::DeviceContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::device::DeviceContext
pub struct aya_ebpf::programs::FEntryContext
impl aya_ebpf::programs::fentry::FEntryContext
pub fn aya_ebpf::programs::fentry::FEntryContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::fentry::FEntryContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::fentry::FEntryContext
pub fn aya_ebpf::programs::fentry::FEntryContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::fentry::FEntryContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::fentry::FEntryContext::gid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::pid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::fentry::FEntryContext
impl !core::marker::Send for aya_ebpf::programs::fentry::FEntryContext
impl !core::marker::Sync for aya_ebpf::programs::fentry::FEntryContext
impl core::marker::Unpin for aya_ebpf::programs::fentry::FEntryContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::fentry::FEntryContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::fentry::FEntryContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::fentry::FEntryContext
pub struct aya_ebpf::programs::FExitContext
impl aya_ebpf::programs::fexit::FExitContext
pub fn aya_ebpf::programs::fexit::FExitContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::fexit::FExitContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::fexit::FExitContext
pub fn aya_ebpf::programs::fexit::FExitContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::fexit::FExitContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::fexit::FExitContext::gid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::pid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::fexit::FExitContext
impl !core::marker::Send for aya_ebpf::programs::fexit::FExitContext
impl !core::marker::Sync for aya_ebpf::programs::fexit::FExitContext
impl core::marker::Unpin for aya_ebpf::programs::fexit::FExitContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::fexit::FExitContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::fexit::FExitContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::fexit::FExitContext
pub struct aya_ebpf::programs::FlowDissectorContext
impl aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::data(&self) -> usize
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::flow_keys(&mut self) -> &mut aya_ebpf_bindings::x86_64::bindings::bpf_flow_keys
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::gid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::pid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl !core::marker::Send for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl !core::marker::Sync for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::marker::Unpin for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::flow_dissector::FlowDissectorContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub struct aya_ebpf::programs::LsmContext
impl aya_ebpf::programs::lsm::LsmContext
pub fn aya_ebpf::programs::lsm::LsmContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::lsm::LsmContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::lsm::LsmContext
pub fn aya_ebpf::programs::lsm::LsmContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::lsm::LsmContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::lsm::LsmContext::gid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::pid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::lsm::LsmContext
impl !core::marker::Send for aya_ebpf::programs::lsm::LsmContext
impl !core::marker::Sync for aya_ebpf::programs::lsm::LsmContext
impl core::marker::Unpin for aya_ebpf::programs::lsm::LsmContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::lsm::LsmContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::lsm::LsmContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::lsm::LsmContext
pub struct aya_ebpf::programs::PerfEventContext
pub aya_ebpf::programs::PerfEventContext::ctx: *mut aya_ebpf_bindings::x86_64::bindings::bpf_perf_event_data
impl aya_ebpf::programs::perf_event::PerfEventContext
pub const fn aya_ebpf::programs::perf_event::PerfEventContext::new(ctx: *mut aya_ebpf_bindings::x86_64::bindings::bpf_perf_event_data) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::perf_event::PerfEventContext
pub fn aya_ebpf::programs::perf_event::PerfEventContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::perf_event::PerfEventContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::perf_event::PerfEventContext::gid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::pid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::perf_event::PerfEventContext
impl !core::marker::Send for aya_ebpf::programs::perf_event::PerfEventContext
impl !core::marker::Sync for aya_ebpf::programs::perf_event::PerfEventContext
impl core::marker::Unpin for aya_ebpf::programs::perf_event::PerfEventContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::perf_event::PerfEventContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::perf_event::PerfEventContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::perf_event::PerfEventContext
pub struct aya_ebpf::programs::ProbeContext
pub aya_ebpf::programs::ProbeContext::regs: *mut aya_ebpf_bindings::x86_64::bindings::pt_regs
impl aya_ebpf::programs::probe::ProbeContext
pub fn aya_ebpf::programs::probe::ProbeContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> core::option::Option<T>
pub const fn aya_ebpf::programs::probe::ProbeContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::probe::ProbeContext
pub fn aya_ebpf::programs::probe::ProbeContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::probe::ProbeContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::probe::ProbeContext::gid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::pid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::probe::ProbeContext
impl !core::marker::Send for aya_ebpf::programs::probe::ProbeContext
impl !core::marker::Sync for aya_ebpf::programs::probe::ProbeContext
impl core::marker::Unpin for aya_ebpf::programs::probe::ProbeContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::probe::ProbeContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::probe::ProbeContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::probe::ProbeContext
pub struct aya_ebpf::programs::RawTracePointContext
impl aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::arg<T: aya_ebpf::Argument>(&self, n: usize) -> T
pub const fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::new(ctx: *mut core::ffi::c_void) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl !core::marker::Send for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl !core::marker::Sync for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::marker::Unpin for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub struct aya_ebpf::programs::RetProbeContext
pub aya_ebpf::programs::RetProbeContext::regs: *mut aya_ebpf_bindings::x86_64::bindings::pt_regs
impl aya_ebpf::programs::retprobe::RetProbeContext
pub const fn aya_ebpf::programs::retprobe::RetProbeContext::new(ctx: *mut core::ffi::c_void) -> Self
pub fn aya_ebpf::programs::retprobe::RetProbeContext::ret<T: aya_ebpf::Argument>(&self) -> T
impl aya_ebpf::EbpfContext for aya_ebpf::programs::retprobe::RetProbeContext
pub fn aya_ebpf::programs::retprobe::RetProbeContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::retprobe::RetProbeContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::retprobe::RetProbeContext::gid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::pid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::retprobe::RetProbeContext
impl !core::marker::Send for aya_ebpf::programs::retprobe::RetProbeContext
impl !core::marker::Sync for aya_ebpf::programs::retprobe::RetProbeContext
impl core::marker::Unpin for aya_ebpf::programs::retprobe::RetProbeContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::retprobe::RetProbeContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::retprobe::RetProbeContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::retprobe::RetProbeContext
pub struct aya_ebpf::programs::SkBuffContext
pub aya_ebpf::programs::SkBuffContext::skb: aya_ebpf::programs::sk_buff::SkBuff
impl aya_ebpf::programs::sk_buff::SkBuffContext
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::cb(&self) -> &[u32]
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::cb_mut(&mut self) -> &mut [u32]
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::get_socket_uid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::len(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::load<T>(&self, offset: usize) -> core::result::Result<T, aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::programs::sk_buff::SkBuffContext::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::set_mark(&self, mark: u32)
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::store<T>(&self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_buff::SkBuffContext
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_buff::SkBuffContext
impl !core::marker::Send for aya_ebpf::programs::sk_buff::SkBuffContext
impl !core::marker::Sync for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::marker::Unpin for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_buff::SkBuffContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_buff::SkBuffContext
pub struct aya_ebpf::programs::SkLookupContext
pub aya_ebpf::programs::SkLookupContext::lookup: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sk_lookup
impl aya_ebpf::programs::sk_lookup::SkLookupContext
pub const fn aya_ebpf::programs::sk_lookup::SkLookupContext::new(lookup: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sk_lookup) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_lookup::SkLookupContext
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_lookup::SkLookupContext
impl !core::marker::Send for aya_ebpf::programs::sk_lookup::SkLookupContext
impl !core::marker::Sync for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::marker::Unpin for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_lookup::SkLookupContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_lookup::SkLookupContext
pub struct aya_ebpf::programs::SkMsgContext
pub aya_ebpf::programs::SkMsgContext::msg: *mut aya_ebpf_bindings::x86_64::bindings::sk_msg_md
impl aya_ebpf::programs::sk_msg::SkMsgContext
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::data(&self) -> usize
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::data_end(&self) -> usize
pub const fn aya_ebpf::programs::sk_msg::SkMsgContext::new(msg: *mut aya_ebpf_bindings::x86_64::bindings::sk_msg_md) -> Self
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::pop_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::push_data(&self, start: u32, len: u32, flags: u64) -> core::result::Result<(), i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::size(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_msg::SkMsgContext
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_msg::SkMsgContext
impl !core::marker::Send for aya_ebpf::programs::sk_msg::SkMsgContext
impl !core::marker::Sync for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::marker::Unpin for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_msg::SkMsgContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_msg::SkMsgContext
pub struct aya_ebpf::programs::SkReuseportContext
pub aya_ebpf::programs::SkReuseportContext::md: *mut aya_ebpf_bindings::x86_64::bindings::sk_reuseport_md
impl aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::bind_inany(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::data(&self) -> usize
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::eth_protocol(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::hash(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::ip_protocol(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::is_empty(&self) -> bool
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::len(&self) -> usize
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::migrating_sk(&self) -> core::option::Option<aya_ebpf::programs::sock::SockContext>
pub const fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::new(md: *mut aya_ebpf_bindings::x86_64::bindings::sk_reuseport_md) -> Self
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::sk(&self) -> aya_ebpf::programs::sock::SockContext
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl !core::marker::Send for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl !core::marker::Sync for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::marker::Unpin for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sk_reuseport::SkReuseportContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub struct aya_ebpf::programs::SockAddrContext
pub aya_ebpf::programs::SockAddrContext::sock_addr: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_addr
impl aya_ebpf::programs::sock_addr::SockAddrContext
pub const fn aya_ebpf::programs::sock_addr::SockAddrContext::new(sock_addr: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_addr) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock_addr::SockAddrContext
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sock_addr::SockAddrContext
impl !core::marker::Send for aya_ebpf::programs::sock_addr::SockAddrContext
impl !core::marker::Sync for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::marker::Unpin for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sock_addr::SockAddrContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sock_addr::SockAddrContext
pub struct aya_ebpf::programs::SockContext
pub aya_ebpf::programs::SockContext::sock: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock
impl aya_ebpf::programs::sock::SockContext
pub const fn aya_ebpf::programs::sock::SockContext::new(sock: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock::SockContext
pub fn aya_ebpf::programs::sock::SockContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock::SockContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock::SockContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sock::SockContext
impl !core::marker::Send for aya_ebpf::programs::sock::SockContext
impl !core::marker::Sync for aya_ebpf::programs::sock::SockContext
impl core::marker::Unpin for aya_ebpf::programs::sock::SockContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sock::SockContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sock::SockContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sock::SockContext
pub struct aya_ebpf::programs::SockOpsContext
pub aya_ebpf::programs::SockOpsContext::ops: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops
impl aya_ebpf::programs::sock_ops::SockOpsContext
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::arg(&self, n: usize) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::cb_flags(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::family(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::local_ip4(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::local_ip6(&self) -> [u32; 4]
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::local_port(&self) -> u32
pub const fn aya_ebpf::programs::sock_ops::SockOpsContext::new(ops: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sock_ops) -> Self
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::op(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::remote_ip4(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::remote_ip6(&self) -> [u32; 4]
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::remote_port(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::set_cb_flags(&self, flags: i32) -> core::result::Result<(), i32>
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::set_reply(&self, reply: u32)
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock_ops::SockOpsContext
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sock_ops::SockOpsContext
impl !core::marker::Send for aya_ebpf::programs::sock_ops::SockOpsContext
impl !core::marker::Sync for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::marker::Unpin for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sock_ops::SockOpsContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sock_ops::SockOpsContext
pub struct aya_ebpf::programs::SockoptContext
pub aya_ebpf::programs::SockoptContext::sockopt: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sockopt
impl aya_ebpf::programs::sockopt::SockoptContext
pub const fn aya_ebpf::programs::sockopt::SockoptContext::new(sockopt: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sockopt) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sockopt::SockoptContext
pub fn aya_ebpf::programs::sockopt::SockoptContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sockopt::SockoptContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sockopt::SockoptContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sockopt::SockoptContext
impl !core::marker::Send for aya_ebpf::programs::sockopt::SockoptContext
impl !core::marker::Sync for aya_ebpf::programs::sockopt::SockoptContext
impl core::marker::Unpin for aya_ebpf::programs::sockopt::SockoptContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sockopt::SockoptContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sockopt::SockoptContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sockopt::SockoptContext
pub struct aya_ebpf::programs::SysctlContext
pub aya_ebpf::programs::SysctlContext::sysctl: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sysctl
impl aya_ebpf::programs::sysctl::SysctlContext
pub const fn aya_ebpf::programs::sysctl::SysctlContext::new(sysctl: *mut aya_ebpf_bindings::x86_64::bindings::bpf_sysctl) -> Self
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sysctl::SysctlContext
pub fn aya_ebpf::programs::sysctl::SysctlContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sysctl::SysctlContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sysctl::SysctlContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::sysctl::SysctlContext
impl !core::marker::Send for aya_ebpf::programs::sysctl::SysctlContext
impl !core::marker::Sync for aya_ebpf::programs::sysctl::SysctlContext
impl core::marker::Unpin for aya_ebpf::programs::sysctl::SysctlContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::sysctl::SysctlContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::sysctl::SysctlContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::sysctl::SysctlContext
pub struct aya_ebpf::programs::TcContext
pub aya_ebpf::programs::TcContext::skb: aya_ebpf::programs::sk_buff::SkBuff
impl aya_ebpf::programs::tc::TcContext
pub fn aya_ebpf::programs::tc::TcContext::adjust_room(&self, len_diff: i32, mode: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::cb(&self) -> &[u32]
pub fn aya_ebpf::programs::tc::TcContext::cb_mut(&mut self) -> &mut [u32]
pub fn aya_ebpf::programs::tc::TcContext::change_proto(&self, proto: u16, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::change_type(&self, ty: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::clone_redirect(&self, if_index: u32, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::data(&self) -> usize
pub fn aya_ebpf::programs::tc::TcContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::tc::TcContext::get_socket_uid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::l3_csum_replace(&self, offset: usize, from: u64, to: u64, size: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::l4_csum_replace(&self, offset: usize, from: u64, to: u64, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::len(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::load<T>(&self, offset: usize) -> core::result::Result<T, aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::load_bytes(&self, offset: usize, dst: &mut [u8]) -> core::result::Result<usize, aya_ebpf_cty::od::c_long>
pub const fn aya_ebpf::programs::tc::TcContext::new(skb: *mut aya_ebpf_bindings::x86_64::bindings::__sk_buff) -> Self
pub fn aya_ebpf::programs::tc::TcContext::pull_data(&self, len: u32) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
pub fn aya_ebpf::programs::tc::TcContext::set_mark(&self, mark: u32)
pub fn aya_ebpf::programs::tc::TcContext::store<T>(&self, offset: usize, v: &T, flags: u64) -> core::result::Result<(), aya_ebpf_cty::od::c_long>
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tc::TcContext
pub fn aya_ebpf::programs::tc::TcContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::tc::TcContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tc::TcContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::tc::TcContext
impl !core::marker::Send for aya_ebpf::programs::tc::TcContext
impl !core::marker::Sync for aya_ebpf::programs::tc::TcContext
impl core::marker::Unpin for aya_ebpf::programs::tc::TcContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::tc::TcContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::tc::TcContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::tc::TcContext
pub struct aya_ebpf::programs::TracePointContext
impl aya_ebpf::programs::tracepoint::TracePointContext
pub const fn aya_ebpf::programs::tracepoint::TracePointContext::new(ctx: *mut core::ffi::c_void) -> Self
pub unsafe fn aya_ebpf::programs::tracepoint::TracePointContext::read_at<T>(&self, offset: usize) -> core::result::Result<T, i32>
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tracepoint::TracePointContext
pub fn aya_ebpf::programs::tracepoint::TracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::tracepoint::TracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tracepoint::TracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::tracepoint::TracePointContext
impl !core::marker::Send for aya_ebpf::programs::tracepoint::TracePointContext
impl !core::marker::Sync for aya_ebpf::programs::tracepoint::TracePointContext
impl core::marker::Unpin for aya_ebpf::programs::tracepoint::TracePointContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::tracepoint::TracePointContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::tracepoint::TracePointContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::tracepoint::TracePointContext
pub struct aya_ebpf::programs::XdpContext
pub aya_ebpf::programs::XdpContext::ctx: *mut aya_ebpf_bindings::x86_64::bindings::xdp_md
impl aya_ebpf::programs::xdp::XdpContext
pub fn aya_ebpf::programs::xdp::XdpContext::data(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::data_end(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::ingress_ifindex(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::metadata(&self) -> usize
pub fn aya_ebpf::programs::xdp::XdpContext::metadata_end(&self) -> usize
pub const fn aya_ebpf::programs::xdp::XdpContext::new(ctx: *mut aya_ebpf_bindings::x86_64::bindings::xdp_md) -> Self
pub fn aya_ebpf::programs::xdp::XdpContext::rx_queue_index(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::xdp::XdpContext
pub fn aya_ebpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::xdp::XdpContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::xdp::XdpContext::gid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::pid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::uid(&self) -> u32
impl core::marker::Freeze for aya_ebpf::programs::xdp::XdpContext
impl !core::marker::Send for aya_ebpf::programs::xdp::XdpContext
impl !core::marker::Sync for aya_ebpf::programs::xdp::XdpContext
impl core::marker::Unpin for aya_ebpf::programs::xdp::XdpContext
impl core::marker::UnsafeUnpin for aya_ebpf::programs::xdp::XdpContext
impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::programs::xdp::XdpContext
impl core::panic::unwind_safe::UnwindSafe for aya_ebpf::programs::xdp::XdpContext
pub macro aya_ebpf::bpf_printk!
#[repr(transparent)] pub struct aya_ebpf::Global<T>
impl<T> aya_ebpf::Global<T> where T: core::marker::Copy
pub fn aya_ebpf::Global<T>::load(&self) -> T
impl<T> aya_ebpf::Global<T>
pub const fn aya_ebpf::Global<T>::new(value: T) -> Self
impl<T: core::default::Default> core::default::Default for aya_ebpf::Global<T>
pub fn aya_ebpf::Global<T>::default() -> Self
impl<T> core::marker::Freeze for aya_ebpf::Global<T> where T: core::marker::Freeze
impl<T> core::marker::Send for aya_ebpf::Global<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_ebpf::Global<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_ebpf::Global<T> where T: core::marker::Unpin
impl<T> core::marker::UnsafeUnpin for aya_ebpf::Global<T> where T: core::marker::UnsafeUnpin
impl<T> core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::Global<T> where T: core::panic::unwind_safe::RefUnwindSafe
impl<T> core::panic::unwind_safe::UnwindSafe for aya_ebpf::Global<T> where T: core::panic::unwind_safe::UnwindSafe
pub const aya_ebpf::TASK_COMM_LEN: usize
pub trait aya_ebpf::Argument: aya_ebpf::args::sealed::Argument
impl<T: aya_ebpf::args::sealed::Argument> aya_ebpf::Argument for T
pub trait aya_ebpf::EbpfContext
pub fn aya_ebpf::EbpfContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::EbpfContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::EbpfContext::gid(&self) -> u32
pub fn aya_ebpf::EbpfContext::pid(&self) -> u32
pub fn aya_ebpf::EbpfContext::tgid(&self) -> u32
pub fn aya_ebpf::EbpfContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::device::DeviceContext
pub fn aya_ebpf::programs::device::DeviceContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::device::DeviceContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::device::DeviceContext::gid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::pid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::device::DeviceContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::fentry::FEntryContext
pub fn aya_ebpf::programs::fentry::FEntryContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::fentry::FEntryContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::fentry::FEntryContext::gid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::pid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::fentry::FEntryContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::fexit::FExitContext
pub fn aya_ebpf::programs::fexit::FExitContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::fexit::FExitContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::fexit::FExitContext::gid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::pid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::fexit::FExitContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::flow_dissector::FlowDissectorContext
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::gid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::pid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::flow_dissector::FlowDissectorContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::lsm::LsmContext
pub fn aya_ebpf::programs::lsm::LsmContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::lsm::LsmContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::lsm::LsmContext::gid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::pid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::lsm::LsmContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::perf_event::PerfEventContext
pub fn aya_ebpf::programs::perf_event::PerfEventContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::perf_event::PerfEventContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::perf_event::PerfEventContext::gid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::pid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::perf_event::PerfEventContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::probe::ProbeContext
pub fn aya_ebpf::programs::probe::ProbeContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::probe::ProbeContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::probe::ProbeContext::gid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::pid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::probe::ProbeContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::raw_tracepoint::RawTracePointContext
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::raw_tracepoint::RawTracePointContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::retprobe::RetProbeContext
pub fn aya_ebpf::programs::retprobe::RetProbeContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::retprobe::RetProbeContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::retprobe::RetProbeContext::gid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::pid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::retprobe::RetProbeContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_buff::SkBuffContext
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_buff::SkBuffContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_lookup::SkLookupContext
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_lookup::SkLookupContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_msg::SkMsgContext
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_msg::SkMsgContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sk_reuseport::SkReuseportContext
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sk_reuseport::SkReuseportContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock::SockContext
pub fn aya_ebpf::programs::sock::SockContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock::SockContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock::SockContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock::SockContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock_addr::SockAddrContext
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock_addr::SockAddrContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sock_ops::SockOpsContext
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sock_ops::SockOpsContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sockopt::SockoptContext
pub fn aya_ebpf::programs::sockopt::SockoptContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sockopt::SockoptContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sockopt::SockoptContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sockopt::SockoptContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::sysctl::SysctlContext
pub fn aya_ebpf::programs::sysctl::SysctlContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::sysctl::SysctlContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::sysctl::SysctlContext::gid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::pid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::sysctl::SysctlContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tc::TcContext
pub fn aya_ebpf::programs::tc::TcContext::as_ptr(&self) -> *mut aya_ebpf_cty::c_void
pub fn aya_ebpf::programs::tc::TcContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tc::TcContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tc::TcContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tp_btf::BtfTracePointContext
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tp_btf::BtfTracePointContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::tracepoint::TracePointContext
pub fn aya_ebpf::programs::tracepoint::TracePointContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::tracepoint::TracePointContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::tracepoint::TracePointContext::gid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::pid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::tracepoint::TracePointContext::uid(&self) -> u32
impl aya_ebpf::EbpfContext for aya_ebpf::programs::xdp::XdpContext
pub fn aya_ebpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void
pub fn aya_ebpf::programs::xdp::XdpContext::command(&self) -> core::result::Result<[u8; 16], i32>
pub fn aya_ebpf::programs::xdp::XdpContext::gid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::pid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::tgid(&self) -> u32
pub fn aya_ebpf::programs::xdp::XdpContext::uid(&self) -> u32
pub const fn aya_ebpf::bpf_f_adj_room_encap_l2(len: u64) -> u64
pub fn aya_ebpf::check_bounds_signed<T: core::convert::Into<i64>>(value: T, lower: T, upper: T) -> bool
