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 {
65 #define RTE_ETHER_GTP_HLEN \ 66 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr)) 68 #define RTE_GTP_TYPE_IPV4 0x40 69 #define RTE_GTP_TYPE_IPV6 0x60 71 #define RTE_GTPC_UDP_PORT 2123 72 #define RTE_GTPU_UDP_PORT 2152