|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
EthFace RX matcher. More...
#include <rxmatch.h>
Data Fields | |
| EthRxMatchAct | act |
| EthRxMatch_MatchJmp index. More... | |
| uint8_t | len |
| total header length More... | |
| uint8_t | l2len |
| outer Ethernet+VLAN length More... | |
| uint8_t | l3matchOff |
| offset of outer IPv4/IPv6 src More... | |
| uint8_t | l3matchLen |
| length of IP src+dst, plus UDP src+dst if checked More... | |
| uint8_t | udpOff |
| offset of outer UDP header More... | |
| uint8_t | buf [EthLocator_MaxHdrLen] |
EthFace RX matcher.
| EthRxMatchAct EthRxMatch::act |
EthRxMatch_MatchJmp index.
| uint8_t EthRxMatch::buf[EthLocator_MaxHdrLen] |
| uint8_t EthRxMatch::l2len |
outer Ethernet+VLAN length
| uint8_t EthRxMatch::l3matchLen |
length of IP src+dst, plus UDP src+dst if checked
| uint8_t EthRxMatch::l3matchOff |
offset of outer IPv4/IPv6 src
| uint8_t EthRxMatch::len |
total header length
| uint8_t EthRxMatch::udpOff |
offset of outer UDP header