NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
disk.h File Reference

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.

Functions

void FwDisk_GotData (Packet *npkt, uintptr_t ctx)
 Handle DiskStore_GetData completion.

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.