Home
last modified time | relevance | path

Searched refs:RTE_GTPC_UDP_PORT (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_gtp.h44 #define RTE_GTPC_UDP_PORT 2123 /**< GTP-C UDP destination port */ macro
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c210 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()