Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_HDR_GSO_ECN (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dvirtio_net.h14 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()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h113 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c110 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()
H A Dvmxnet3.c911 offload_type = vhdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vmxnet3_rx_update_descr()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h139 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
/openbmc/qemu/net/
H A Deth.c46 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()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h140 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro