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
pcct
cs-disk.h
Go to the documentation of this file.
1
#ifndef NDNDPDK_PCCT_CS_DISK_H
2
#define NDNDPDK_PCCT_CS_DISK_H
3
6
#include "
cs-struct.h
"
7
8
__attribute__((nonnull))
void
9
CsDisk_Insert
(
Cs
* cs,
CsEntry
* entry);
10
11
__attribute__((nonnull))
void
12
CsDisk_Delete
(
Cs
* cs,
CsEntry
* entry);
13
14
__attribute__((nonnull))
void
15
CsDisk_ArcMove
(
CsEntry
* entry,
CsListID
src,
CsListID
dst, uintptr_t ctx);
16
17
#endif
// NDNDPDK_PCCT_CS_DISK_H
CsDisk_ArcMove
void CsDisk_ArcMove(CsEntry *entry, CsListID src, CsListID dst, uintptr_t ctx)
Definition:
cs-disk.c:49
CsDisk_Delete
void CsDisk_Delete(Cs *cs, CsEntry *entry)
Definition:
cs-disk.c:39
CsDisk_Insert
void CsDisk_Insert(Cs *cs, CsEntry *entry)
Definition:
cs-disk.c:11
CsListID
CsListID
Definition:
cs-enum.h:18
cs-struct.h
CsEntry
A CS entry.
Definition:
cs-entry.h:22
Cs
The Content Store (CS).
Definition:
cs-struct.h:63
Generated by
1.9.1