[][src]Module rebpf::helpers

This module contains a tiny wrapper of bpf_helper_defs.

Functions

bpf_map_lookup_elem

This function is a very thin wrapper around the built-in bpf_map_lookup_elem.

bpf_map_update_elem

This function is a very thin wrapper around the built-in bpf_map_update_elem.

bpf_redirect_map

This function is a very thin wrapper around the built-in bpf_redirect_map.