P4C
The P4 Compiler
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
bpf_map Struct Reference

#include <ebpf_map.h>

Public Attributes

UT_hash_handle hh
 
void * key
 
void * value
 

Detailed Description

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.

Member Data Documentation

◆ hh

UT_hash_handle bpf_map::hh

◆ key

void* bpf_map::key

◆ value

void* bpf_map::value