NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "common.h"
Go to the source code of this file.
Data Structures | |
struct | LName |
Name in linear buffer. More... | |
struct | PName |
Parsed name. More... | |
Typedefs | |
typedef struct LName | LName |
Name in linear buffer. More... | |
typedef struct PName | PName |
Parsed name. More... | |
Functions | |
uint64_t | LName_ComputeHash (LName name) |
Compute hash for a name. More... | |
bool | PName_Parse (PName *p, LName l) |
Parse a name from memory buffer. More... | |
void | PName_PrepareHashes_ (PName *p) |
Variables | |
uint64_t | LName_EmptyHash_ |
uint64_t LName_ComputeHash | ( | LName | name | ) |
Compute hash for a name.
void PName_PrepareHashes_ | ( | PName * | p | ) |
|
extern |