Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gso/
H A Dgso_common.h29 #define IS_IPV4_GRE_TCP4(flag) (((flag) & (PKT_TX_TCP_SEG | PKT_TX_IPV4 | \ macro
H A Drte_gso.c57 ((IS_IPV4_GRE_TCP4(pkt->ol_flags) && in rte_gso_segment()