ebpf

Crates.ioebpf
lib.rsebpf
version0.0.4
sourcesrc
created_at2017-12-30 06:22:07.251213
updated_at2018-07-29 10:36:15.395483
descriptionLinux extended BPF access
homepage
repository
max_upload_size
id44912
size82,381
Will Glozer (wg)

documentation

README

ebpf - Linux eBPF interface

ebpf provides a Rust interface to the Linux extended BPF subsystem including support for loading eBPF programs from ELF object files, attaching them to various points in the kernel, exchanging data via BPF maps, etc.

ebpf also provides an interface to AF_XDP sockets for fast packet RX and TX.

License

Copyright (C) 2017 - Will Glozer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Commit count: 0

cargo fmt