Searched refs:gso_type (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_offloadings.c | 137 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 D | if_ptnet.c | 1483 "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 D | netmap_kern.h | 2238 uint8_t gso_type; member
|
/freebsd/sys/dev/virtio/network/ |
H A D | virtio_net.h | 104 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 D | if_vtnet.c | 2039 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 D | linux_skbuff.c | 307 shinfo->gso_type, shinfo->gso_size, shinfo->nr_frags); in DB_SHOW_COMMAND()
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 1726 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 D | skbuff.h | 139 enum skb_shared_info_gso_type gso_type; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tx.c | 961 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()
|