Home
last modified time | relevance | path

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

/dpdk/lib/gso/
H A Dgso_common.h34 #define IS_IPV4_GRE_TCP4(flag) (((flag) & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_IPV4 | \ macro
H A Drte_gso.c58 ((IS_IPV4_GRE_TCP4(pkt->ol_flags) && in rte_gso_segment()