Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 7 of 7) sorted by relevance
14 switch (gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_match_proto()34 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_set_proto()61 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_to_skb()87 if (hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) in virtio_net_hdr_to_skb()227 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_hdr_from_skb()
113 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
110 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_update_ip_checksums()336 switch (pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in net_tx_pkt_build_vheader()726 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_do_sw_fragmentation()824 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_send_custom()
911 offload_type = vhdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vmxnet3_rx_update_descr()
139 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
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