Searched refs:IS_IPV4_UDP (Results 1 – 2 of 2) sorted by relevance
34 #define IS_IPV4_UDP(flag) (((flag) & (PKT_TX_UDP_SEG | PKT_TX_IPV4)) == \ macro
69 } else if (IS_IPV4_UDP(pkt->ol_flags) && in rte_gso_segment()