NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
Pcct Struct Reference

The PIT-CS Composite Table (PCCT). More...

#include <pcct.h>

Data Fields

struct rte_mempool * mp
 entry mempool More...
 
PccEntrykeyHt
 key hashtable More...
 
struct rte_hash * tokenHt
 token hashtable More...
 
uint64_t lastToken
 last assigned token More...
 
Pit pit
 
Cs cs
 
uint32_t nKeyHtBuckets
 

Detailed Description

The PIT-CS Composite Table (PCCT).

Field Documentation

◆ cs

Cs Pcct::cs

◆ keyHt

PccEntry* Pcct::keyHt

key hashtable

◆ lastToken

uint64_t Pcct::lastToken

last assigned token

◆ mp

struct rte_mempool* Pcct::mp

entry mempool

◆ nKeyHtBuckets

uint32_t Pcct::nKeyHtBuckets

◆ pit

Pit Pcct::pit

◆ tokenHt

struct rte_hash* Pcct::tokenHt

token hashtable


The documentation for this struct was generated from the following file: