Searched refs:RTE_GTPC_UDP_PORT (Results 1 – 2 of 2) sorted by relevance
44 #define RTE_GTPC_UDP_PORT 2123 /**< GTP-C UDP destination port */ macro
210 if (udp_hdr->dst_port != _htons(RTE_GTPC_UDP_PORT) && in parse_gtp()211 udp_hdr->src_port != _htons(RTE_GTPC_UDP_PORT) && in parse_gtp()