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

A replica of the Forwarding Information Base (FIB). More...

#include <fib.h>

Data Fields

struct cds_lfht * lfht
 URCU hashtable. More...
 
int startDepth
 starting depth ('M' of 2-stage LPM algorithm) More...
 
uint32_t insertSeqNum
 

Detailed Description

A replica of the Forwarding Information Base (FIB).

Field Documentation

◆ insertSeqNum

uint32_t Fib::insertSeqNum

◆ lfht

struct cds_lfht* Fib::lfht

URCU hashtable.

◆ startDepth

int Fib::startDepth

starting depth ('M' of 2-stage LPM algorithm)


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