sbpf-syscall-map 0.2.4

Compile-time and runtime syscall mapping for SBPF
Documentation
1
2
3
4
5
6
7
8
9
mod dynamic_map;
mod hash;
mod static_map;

pub use {
    dynamic_map::DynamicSyscallMap,
    hash::murmur3_32,
    static_map::{SyscallMap, compute_syscall_entries, compute_syscall_entries_const},
};