|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Input packet demultiplexer for a single packet type. More...
#include <input-demux.h>
Data Fields | |
| uint64_t | nDrops |
| InputDemuxAct | dispatch |
| union { | |
| struct { | |
| uint32_t i | |
| union { | |
| uint32_t n | |
| uint32_t mask | |
| } | |
| } div | |
| NdtQuerier ndq | |
| struct { | |
| uint8_t offset | |
| } byToken | |
| }; | |
| InputDemuxDest | dest [MaxInputDemuxDest] |
Input packet demultiplexer for a single packet type.
| union { ... } |
| struct { ... } InputDemux::byToken |
| InputDemuxDest InputDemux::dest[MaxInputDemuxDest] |
| InputDemuxAct InputDemux::dispatch |
| struct { ... } InputDemux::div |
| uint32_t InputDemux::i |
| uint32_t InputDemux::mask |
| uint32_t InputDemux::n |
| NdtQuerier InputDemux::ndq |
| uint64_t InputDemux::nDrops |
| uint8_t InputDemux::offset |