|
SeaBee
|

Data Fields | |
| unsigned int | type = BPF_MAP_TYPE_HASH |
| Hash map so we don't have to prealloc memory. | |
| unsigned int | map_flags = BPF_F_NO_PREALLOC |
| for more efficient memory usage | |
| struct bpf_map * | key |
| map pointer | |
| struct bpf_map_data | value |
| map data | |