|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "../ndni/name.h"Go to the source code of this file.
Data Structures | |
| struct | Ndt |
| A replica of the Name Dispatch Table (NDT). More... | |
| struct | NdtQuerier |
| NDT querier with counters. More... | |
Typedefs | |
| typedef struct Ndt | Ndt |
| A replica of the Name Dispatch Table (NDT). More... | |
| typedef struct NdtQuerier | NdtQuerier |
| NDT querier with counters. More... | |
Functions | |
| Ndt * | Ndt_New (uint64_t nEntries, int numaSocket) |
| Create NDT replica. More... | |
| typedef struct NdtQuerier NdtQuerier |
NDT querier with counters.
This is embedded in thread structure that needs to query the NDT.
| Ndt* Ndt_New | ( | uint64_t | nEntries, |
| int | numaSocket | ||
| ) |
Create NDT replica.