NDN-DPDK
High-Speed Named Data Networking Forwarder
Data Fields
CsList Struct Reference

A doubly linked list within CS. More...

#include <cs-struct.h>

Data Fields

CsNodeprev
 back pointer, self if list is empty More...
 
CsNodenext
 front pointer, self if list is empty More...
 
uint32_t count
 number of entries More...
 
uint32_t capacity
 unused by CsList More...
 

Detailed Description

A doubly linked list within CS.

Field Documentation

◆ capacity

uint32_t CsList::capacity

unused by CsList

◆ count

uint32_t CsList::count

number of entries

◆ next

CsNode* CsList::next

front pointer, self if list is empty

◆ prev

CsNode* CsList::prev

back pointer, self if list is empty


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