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

The Pending Interest Table (PIT). More...

#include <pit-struct.h>

Data Fields

uint64_t nEntries
 current number of entries More...
 
uint64_t nInsert
 how many inserts created a new PIT entry More...
 
uint64_t nFound
 how many inserts found an existing PIT entry More...
 
uint64_t nCsMatch
 how many inserts matched a CS entry More...
 
uint64_t nAllocErr
 how many inserts failed due to allocation error More...
 
uint64_t nDataHit
 how many find-by-Data found PIT entry/entries More...
 
uint64_t nDataMiss
 how many find-by-Data did not find PIT entry More...
 
uint64_t nNackHit
 how many find-by-Nack found PIT entry More...
 
uint64_t nNackMiss
 how many find-by-Nack did not find PIT entry More...
 
uint64_t nExpired
 how many entries expired More...
 
MinSchedtimeoutSched
 
Pit_SgTimerCb sgTimerCb
 
uintptr_t sgTimerCtx
 

Detailed Description

The Pending Interest Table (PIT).

This is embedded in Pcct struct.

Field Documentation

◆ nAllocErr

uint64_t Pit::nAllocErr

how many inserts failed due to allocation error

◆ nCsMatch

uint64_t Pit::nCsMatch

how many inserts matched a CS entry

◆ nDataHit

uint64_t Pit::nDataHit

how many find-by-Data found PIT entry/entries

◆ nDataMiss

uint64_t Pit::nDataMiss

how many find-by-Data did not find PIT entry

◆ nEntries

uint64_t Pit::nEntries

current number of entries

◆ nExpired

uint64_t Pit::nExpired

how many entries expired

◆ nFound

uint64_t Pit::nFound

how many inserts found an existing PIT entry

◆ nInsert

uint64_t Pit::nInsert

how many inserts created a new PIT entry

◆ nNackHit

uint64_t Pit::nNackHit

how many find-by-Nack found PIT entry

◆ nNackMiss

uint64_t Pit::nNackMiss

how many find-by-Nack did not find PIT entry

◆ sgTimerCb

Pit_SgTimerCb Pit::sgTimerCb

◆ sgTimerCtx

uintptr_t Pit::sgTimerCtx

◆ timeoutSched

MinSched* Pit::timeoutSched

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