Home
last modified time | relevance | path

Searched refs:RTE_GTPU_UDP_PORT (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_gtp.h45 #define RTE_GTPU_UDP_PORT 2152 /**< GTP-U UDP destination port */ macro
/f-stack/dpdk/app/test-flow-perf/
H A Dactions_gen.c638 udp_hdr.dst_port = RTE_BE16(RTE_GTPU_UDP_PORT); in add_udp_header()
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c212 udp_hdr->dst_port != _htons(RTE_GTPU_UDP_PORT)) in parse_gtp()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c7806 uint16_t dport = RTE_GTPU_UDP_PORT; in flow_dv_translate_item_gtp()