Home
last modified time | relevance | path

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

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