Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 4 of 4) sorted by relevance
110 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_update_ip_checksums()332 switch (pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in net_tx_pkt_build_vheader()722 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_do_sw_fragmentation()820 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_send_custom()
900 offload_type = vhdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vmxnet3_rx_update_descr()
46 ecn_state = VIRTIO_NET_HDR_GSO_ECN; in eth_get_gso_type()58 ecn_state = VIRTIO_NET_HDR_GSO_ECN; in eth_get_gso_type()
140 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro