|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
A doubly linked list within CS. More...
#include <cs-struct.h>
Data Fields | |
| CsNode * | prev |
| back pointer, self if list is empty More... | |
| CsNode * | next |
| front pointer, self if list is empty More... | |
| uint32_t | count |
| number of entries More... | |
| uint32_t | capacity |
| unused by CsList More... | |
A doubly linked list within CS.
| uint32_t CsList::capacity |
unused by CsList
| uint32_t CsList::count |
number of entries
| CsNode* CsList::next |
front pointer, self if list is empty
| CsNode* CsList::prev |
back pointer, self if list is empty