Go to the documentation of this file. 38 #define RTE_ETHER_GTP_HLEN \ 39 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr)) 41 #define RTE_GTP_TYPE_IPV4 0x40 42 #define RTE_GTP_TYPE_IPV6 0x60 44 #define RTE_GTPC_UDP_PORT 2123 45 #define RTE_GTPU_UDP_PORT 2152