[][src]Module rebpf::bpf

This module contains high-level bpf api built on top of libbpf safe wrapper api.

Modules

maps

This module contains type-safe abstractions around some of various maps that the BPF VM uses to communicate with userspace. As the capabilities of the maps vary greatly, most of their behaviour is exposed via specific traits.

utils

This module contains utils functions to write bpf programs.