|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Context of strategy invocation. More...
#include <api.h>
Data Fields | |
| const SgGlobal * | global |
| Global static parameters. More... | |
| TscTime | now |
| Packet arrival time or current time. More... | |
| SgEvent | eventKind |
| Why strategy is triggered. More... | |
| SgFibNexthopFilter | nhFlt |
| A bitmask filter on which FIB nexthops should be used. More... | |
| const SgPacket * | pkt |
| Incoming packet. More... | |
| const SgFibEntry * | fibEntry |
| FIB entry. More... | |
| SgFibEntryDyn * | fibEntryDyn |
| FIB entry dynamic area. More... | |
| SgPitEntry * | pitEntry |
| PIT entry. More... | |
Context of strategy invocation.
| SgEvent SgCtx::eventKind |
Why strategy is triggered.
| const SgFibEntry* SgCtx::fibEntry |
FIB entry.
| SgFibEntryDyn* SgCtx::fibEntryDyn |
FIB entry dynamic area.
| const SgGlobal* SgCtx::global |
Global static parameters.
| SgFibNexthopFilter SgCtx::nhFlt |
A bitmask filter on which FIB nexthops should be used.
| TscTime SgCtx::now |
Packet arrival time or current time.
| SgPitEntry* SgCtx::pitEntry |
PIT entry.
| const SgPacket* SgCtx::pkt |
Incoming packet.