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

PCC entry slot. More...

#include <pcc-entry.h>

Data Fields

struct {
   uint64_t   a_ [2]
 
   PccEntry *   pccEntry
 NULL indicates unoccupied slot. More...
 
}; 
 
PitEntry pitEntry
 
CsEntry csEntry
 

Detailed Description

PCC entry slot.

Each slot has room for either a PIT entry or a CS entry.

Field Documentation

◆ 

struct { ... }

◆ a_

uint64_t PccSlot::a_[2]

◆ csEntry

CsEntry PccSlot::csEntry

◆ pccEntry

PccEntry* PccSlot::pccEntry

NULL indicates unoccupied slot.

◆ pitEntry

PitEntry PccSlot::pitEntry

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