Searched refs:IS_IPV4_GRE_TCP4 (Results 1 – 2 of 2) sorted by relevance
34 #define IS_IPV4_GRE_TCP4(flag) (((flag) & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_IPV4 | \ macro
58 ((IS_IPV4_GRE_TCP4(pkt->ol_flags) && in rte_gso_segment()