NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
disk.h File Reference
#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...
 

Typedef Documentation

◆ FwDisk

typedef struct FwDisk FwDisk

Forwarder data plane, disk helper.

Function Documentation

◆ FwDisk_GotData()

void FwDisk_GotData ( Packet npkt,
uintptr_t  ctx 
)

Handle DiskStore_GetData completion.

Parameters
npktInterest packet.
ctxFwDisk* pointer.