NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "../iface/input-demux.h"
Go to the source code of this file.
Data Structures | |
struct | FwDisk |
Forwarder data plane, disk helper. More... | |
Typedefs | |
typedef struct FwDisk | FwDisk |
Forwarder data plane, disk helper. More... | |
Functions | |
void | FwDisk_GotData (Packet *npkt, uintptr_t ctx) |
Handle DiskStore_GetData completion. More... | |
void FwDisk_GotData | ( | Packet * | npkt, |
uintptr_t | ctx | ||
) |
Handle DiskStore_GetData completion.
npkt | Interest packet. |
ctx | FwDisk* pointer. |