Home
last modified time | relevance | path

Searched refs:gso_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c137 uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vnet_hdr_is_bad() local
140 (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()
H A Dif_ptnet.c1483 "gso_size %u gso_type %x", __func__, in ptnet_drain_transmit_queue()
1486 vh->gso_size, vh->gso_type); in ptnet_drain_transmit_queue()
1751 "gso_type %x", __func__, vh->flags, in ptnet_rx_eof()
1753 vh->gso_size, vh->gso_type); in ptnet_rx_eof()
H A Dnetmap_kern.h2238 uint8_t gso_type; member
/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h104 uint8_t gso_type; member
122 uint8_t gso_type; member
481 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in virtio_net_tx_offload_tso()
496 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in virtio_net_tx_offload_tso()
H A Dif_vtnet.c2039 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in vtnet_rxq_input()
2142 lhdr.gso_type = hdr->gso_type; in vtnet_rxq_eof()
2438 hdr->gso_type = eth_type == ETHERTYPE_IP ? VIRTIO_NET_HDR_GSO_TCPV4 : in vtnet_txq_offload_tso()
2454 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN; in vtnet_txq_offload_tso()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c307 shinfo->gso_type, shinfo->gso_size, shinfo->nr_frags); in DB_SHOW_COMMAND()
/freebsd/sys/net/
H A Dif_tuntap.c1726 vhdr.hdr.gso_type, vhdr.hdr.hdr_len, in tunread()
1908 vhdr.hdr.gso_type, vhdr.hdr.hdr_len, in tunwrite()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h139 enum skb_shared_info_gso_type gso_type; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c961 skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in iwl_mvm_tx_tso()
990 skb_shinfo(tmp)->gso_type = ipv4 ? SKB_GSO_TCPV4 : in iwl_mvm_tx_tso()