Searched refs:tx_ol_flags (Results 1 – 2 of 2) sorted by relevance
811 uint64_t rx_ol_flags, tx_ol_flags; in pkt_burst_checksum_forward() local854 tx_ol_flags = m->ol_flags & in pkt_burst_checksum_forward()886 tx_ol_flags |= PKT_TX_TUNNEL_GTP; in pkt_burst_checksum_forward()891 tx_ol_flags |= in pkt_burst_checksum_forward()898 tx_ol_flags |= in pkt_burst_checksum_forward()904 tx_ol_flags |= in pkt_burst_checksum_forward()915 tx_ol_flags |= PKT_TX_TUNNEL_GRE; in pkt_burst_checksum_forward()922 tx_ol_flags |= PKT_TX_TUNNEL_IPIP; in pkt_burst_checksum_forward()948 !!(tx_ol_flags & PKT_TX_TCP_SEG)); in pkt_burst_checksum_forward()988 m->ol_flags = tx_ol_flags; in pkt_burst_checksum_forward()[all …]
2112 uint64_t tx_ol_flags) in print_tx_bd_info() argument2253 uint64_t tx_ol_flags; local2286 tx_ol_flags = mbuf->ol_flags;2297 if (tx_ol_flags & PKT_TX_IP_CKSUM)2381 uint64_t tx_ol_flags; local2435 tx_ol_flags = mbuf->ol_flags;2510 if (tx_ol_flags & PKT_TX_IPV6)2520 if ((tx_ol_flags & PKT_TX_L4_MASK) ==2539 if (tx_ol_flags & PKT_TX_TCP_SEG) {2573 if (tx_ol_flags & PKT_TX_VLAN_PKT) {[all …]