NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
ndt.h File Reference
#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

NdtNdt_New (uint64_t nEntries, int numaSocket)
 Create NDT replica. More...
 

Typedef Documentation

◆ Ndt

typedef struct Ndt Ndt

A replica of the Name Dispatch Table (NDT).

◆ NdtQuerier

typedef struct NdtQuerier NdtQuerier

NDT querier with counters.

This is embedded in thread structure that needs to query the NDT.

Function Documentation

◆ Ndt_New()

Ndt* Ndt_New ( uint64_t  nEntries,
int  numaSocket 
)

Create NDT replica.