Go to the documentation of this file.
35 #if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN
42 #elif RTE_BYTE_ORDER == RTE_BIG_ENDIAN
58 struct rte_gtp_hdr_ext_word {
71 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN
94 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN
120 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN
143 #define RTE_ETHER_GTP_HLEN \
144 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr))
146 #define RTE_GTP_TYPE_IPV4 0x40
147 #define RTE_GTP_TYPE_IPV6 0x60
149 #define RTE_GTPC_UDP_PORT 2123
150 #define RTE_GTPU_UDP_PORT 2152