Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c38 #define IS_IPV4_UDP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ macro
270 } else if (IS_IPV4_UDP_PKT(pkts[i]->packet_type) && in rte_gro_reassemble_burst()
368 } else if (IS_IPV4_UDP_PKT(pkts[i]->packet_type) && in rte_gro_reassemble()