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

#include <pit-iterator.h>

Data Fields

union {
   void *   current
 
   PitDn *   dn
 current PitDn More...
 
   PitUp *   up
 current PitUp More...
 
}; 
 
int index
 index of PitDn/PitUp More...
 
int i
 (pvt) index within this array More...
 
int max
 (pvt) upper bound of this array More...
 
union {
   void *   array
 
   PitDn *   dns
 
   PitUp *   ups
 
}; 
 
PitEntryExt ** nextPtr
 (pvt) next extension More...
 

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ array

void* PitDnUpIt_::array

◆ current

void* PitDnUpIt_::current

◆ dn

PitDn* PitDnUpIt_::dn

current PitDn

◆ dns

PitDn* PitDnUpIt_::dns

◆ i

int PitDnUpIt_::i

(pvt) index within this array

◆ index

int PitDnUpIt_::index

index of PitDn/PitUp

◆ max

int PitDnUpIt_::max

(pvt) upper bound of this array

◆ nextPtr

PitEntryExt** PitDnUpIt_::nextPtr

(pvt) next extension

◆ up

PitUp* PitDnUpIt_::up

current PitUp

◆ ups

PitUp* PitDnUpIt_::ups

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