|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Macros | |
| #define | BUF_TAIL (RTE_PTR_ADD(match->buf, match->len)) |
Functions | |
| EthRxMatchResult | EthRxMatch_MatchGtpInner (const EthRxMatch *match, const struct rte_mbuf *m) |
| Check GTP-U inner headers only. More... | |
| void | EthRxMatch_Prepare (EthRxMatch *match, const EthLocator *loc) |
| Prepare RX matcher from locator. More... | |
Variables | |
| const EthRxMatch_MatchFunc | EthRxMatch_MatchJmp [] |
| #define BUF_TAIL (RTE_PTR_ADD(match->buf, match->len)) |
| EthRxMatchResult EthRxMatch_MatchGtpInner | ( | const EthRxMatch * | match, |
| const struct rte_mbuf * | m | ||
| ) |
Check GTP-U inner headers only.
| match | EthRxMatch prepared from GTP-U locator. |
| m | mbuf with sufficient data_len. |
| void EthRxMatch_Prepare | ( | EthRxMatch * | match, |
| const EthLocator * | loc | ||
| ) |
Prepare RX matcher from locator.
| const EthRxMatch_MatchFunc EthRxMatch_MatchJmp[] |