Searched refs:gso_type (Results 1 – 9 of 9) sorted by relevance
137 uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vnet_hdr_is_bad() local140 (gso_type != VIRTIO_NET_HDR_GSO_NONE && in vnet_hdr_is_bad()141 gso_type != VIRTIO_NET_HDR_GSO_TCPV4 && in vnet_hdr_is_bad()142 gso_type != VIRTIO_NET_HDR_GSO_UDP && in vnet_hdr_is_bad()143 gso_type != VIRTIO_NET_HDR_GSO_TCPV6) in vnet_hdr_is_bad()241 if (vh && vh->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in bdg_mismatch_datapath()258 u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) in bdg_mismatch_datapath()
1493 vh->gso_size, vh->gso_type); in ptnet_drain_transmit_queue()1760 vh->gso_size, vh->gso_type); in ptnet_rx_eof()
2241 uint8_t gso_type; member
117 uint8_t gso_type; member135 uint8_t gso_type; member490 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in virtio_net_tx_offload_tso()506 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_tx_offload_tso()
2120 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vtnet_rxq_input()2253 lhdr.gso_type = hdr->gso_type; in vtnet_rxq_eof()
32 skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in iwl_tx_tso_segment()61 skb_shinfo(tmp)->gso_type = ipv4 ? SKB_GSO_TCPV4 : in iwl_tx_tso_segment()
433 shinfo->gso_type, shinfo->gso_size, shinfo->nr_frags); in DB_SHOW_COMMAND()
1901 vhdr.hdr.gso_type, vhdr.hdr.hdr_len, in tunread()2091 vhdr.hdr.gso_type, vhdr.hdr.hdr_len, in tunwrite()
138 enum skb_shared_info_gso_type gso_type; member