P4C
The P4 Compiler
|
#include <ebpf_map.h>
Public Attributes | |
UT_hash_handle | hh |
void * | key |
void * | value |
This file defines a library of simple hashmap operations which emulate the behavior of the kernel ebpf map API. This library is currently not thread-safe.
UT_hash_handle bpf_map::hh |
void* bpf_map::key |
void* bpf_map::value |