NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
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
int i
 (pvt) index within this array
int max
 (pvt) upper bound of this array
union { 
   void *   array 
   PitDn *   dns 
   PitUp *   ups 
}; 
PitEntryExt ** nextPtr
 (pvt) next extension

Field Documentation

◆ [union]

union { ... } PitDnUpIt_

◆ [union]

union { ... } PitDnUpIt_

◆ 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: