Home
last modified time | relevance | path

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

/dpdk/lib/gro/
H A Drte_gro.c33 #define IS_IPV4_TCP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \ macro
261 } else if (IS_IPV4_TCP_PKT(pkts[i]->packet_type) && in rte_gro_reassemble_burst()
362 } else if (IS_IPV4_TCP_PKT(pkts[i]->packet_type) && in rte_gro_reassemble()