Home
last modified time | relevance | path

Searched refs:vxlan_gpe_udp_port (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c66 uint16_t vxlan_gpe_udp_port = RTE_VXLAN_GPE_DEFAULT_PORT; variable
290 if (udp_hdr->dst_port != _htons(vxlan_gpe_udp_port)) in parse_vxlan_gpe()
H A Dtestpmd.h520 extern uint16_t vxlan_gpe_udp_port; /**< UDP port of tunnel VXLAN-GPE. */
H A Dparameters.c1368 vxlan_gpe_udp_port = (uint16_t)n; in launch_args_parse()