Go to the documentation of this file. 31 #if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN 38 #elif RTE_BYTE_ORDER == RTE_BIG_ENDIAN 54 struct rte_gtp_hdr_ext_word {
67 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN 90 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN 117 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN 128 uint8_t ul_delay_ind:1;
129 uint8_t dl_delay_ind:1;
134 uint8_t n_delay_ind:1;
140 #define RTE_ETHER_GTP_HLEN \ 141 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr)) 143 #define RTE_GTP_TYPE_IPV4 0x40 144 #define RTE_GTP_TYPE_IPV6 0x60 146 #define RTE_GTPC_UDP_PORT 2123 147 #define RTE_GTPU_UDP_PORT 2152