NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
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).
typedef struct NdtQuerier NdtQuerier
 NDT querier with counters.

Functions

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

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.