|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Go to the source code of this file.
Data Structures | |
| struct | EthXdpLocator |
| EthFace address matcher in XDP program. More... | |
| struct | EthXdpHdr |
| Overwritten header after matching in XDP program. More... | |
| struct | EthGtpHdr |
| GTP-U header with PDU session container. More... | |
Typedefs | |
| typedef struct EthXdpLocator | EthXdpLocator |
| EthFace address matcher in XDP program. More... | |
| typedef struct EthXdpHdr | EthXdpHdr |
| Overwritten header after matching in XDP program. More... | |
| typedef struct EthGtpHdr | EthGtpHdr |
| GTP-U header with PDU session container. More... | |
| typedef struct EthLocator | EthLocator |
Enumerations | |
| enum | { EthGtpExtTypePsc = 0x85 } |
Functions | |
| void | EthXdpLocator_Prepare (EthXdpLocator *xl, const EthLocator *loc) |
| Prepare XDP locator from locator. More... | |
| typedef struct EthLocator EthLocator |
| typedef struct EthXdpLocator EthXdpLocator |
EthFace address matcher in XDP program.
Unused fields must be zero.
| void EthXdpLocator_Prepare | ( | EthXdpLocator * | xl, |
| const EthLocator * | loc | ||
| ) |
Prepare XDP locator from locator.