Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c177 RTE_GRO_IPV4_VXLAN_UDP_IPV4 | in rte_gro_reassemble_burst()
199 if (param->gro_types & RTE_GRO_IPV4_VXLAN_UDP_IPV4) { in rte_gro_reassemble_burst()
332 RTE_GRO_IPV4_VXLAN_UDP_IPV4 | in rte_gro_reassemble()
347 do_vxlan_udp_gro = (gro_ctx->gro_types & RTE_GRO_IPV4_VXLAN_UDP_IPV4) == in rte_gro_reassemble()
348 RTE_GRO_IPV4_VXLAN_UDP_IPV4; in rte_gro_reassemble()
406 if ((gro_types & RTE_GRO_IPV4_VXLAN_UDP_IPV4) && left_nb_out > 0) { in rte_gro_timeout_flush()
H A Drte_gro.h39 #define RTE_GRO_IPV4_VXLAN_UDP_IPV4 (1ULL << RTE_GRO_IPV4_VXLAN_UDP_IPV4_INDEX) macro