NDN-DPDK
High-Speed Named Data Networking Forwarder
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
_
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
Variables
_
b
c
d
e
f
g
i
l
m
p
r
s
t
v
w
Typedefs
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
Enumerator
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Macros
a
b
c
d
f
h
i
l
m
n
p
r
s
t
u
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
csrc
dpdk
hashtable.h
Go to the documentation of this file.
1
#ifndef NDNDPDK_DPDK_HASHTABLE_H
2
#define NDNDPDK_DPDK_HASHTABLE_H
3
6
#include "../core/common.h"
7
#include <rte_hash.h>
8
17
struct
rte_hash*
18
HashTable_New
(
struct
rte_hash_parameters params);
19
20
#endif
// NDNDPDK_DPDK_HASHTABLE_H
HashTable_New
struct rte_hash * HashTable_New(struct rte_hash_parameters params)
Create a hashtable.
Definition:
hashtable.c:26
Generated by
1.9.1