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 121 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN 132 uint8_t ul_delay_ind:1;
133 uint8_t dl_delay_ind:1;
138 uint8_t n_delay_ind:1;
144 #define RTE_ETHER_GTP_HLEN \ 145 (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr)) 147 #define RTE_GTP_TYPE_IPV4 0x40 148 #define RTE_GTP_TYPE_IPV6 0x60 150 #define RTE_GTPC_UDP_PORT 2123 151 #define RTE_GTPU_UDP_PORT 2152