drivers/infiniband/ulp/ipoib/ipoib_ib.c
600
if (skb_is_gso(skb)) {
drivers/net/ethernet/3com/typhoon.c
2288
if (skb_shinfo(skb)->nr_frags > 32 && skb_is_gso(skb))
drivers/net/ethernet/3com/typhoon.c
755
if (skb_is_gso(skb))
drivers/net/ethernet/3com/typhoon.c
794
if (skb_is_gso(skb)) {
drivers/net/ethernet/airoha/airoha_eth.c
2245
if (skb_is_gso(skb)) {
drivers/net/ethernet/alibaba/eea/eea_tx.c
176
if (skb_is_gso(skb)) {
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
1513
if (!skb_is_gso(skb))
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
728
if (unlikely(skb_is_gso(skb))) {
drivers/net/ethernet/atheros/alx/main.c
1399
if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)
drivers/net/ethernet/atheros/alx/main.c
1431
if (!skb_is_gso(skb))
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
2030
if (skb_is_gso(skb)) {
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
2050
if (skb_is_gso(skb)) {
drivers/net/ethernet/atheros/atl1e/atl1e_main.c
1612
if (skb_is_gso(skb)) {
drivers/net/ethernet/atheros/atl1e/atl1e_main.c
1634
if (skb_is_gso(skb)) {
drivers/net/ethernet/broadcom/bnge/bnge_txrx.c
1537
if (skb_is_gso(skb)) {
drivers/net/ethernet/broadcom/bnge/bnge_txrx.c
1659
if (skb_is_gso(skb))
drivers/net/ethernet/broadcom/bnx2.c
6683
tx_buf->is_gso = skb_is_gso(skb);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3394
if (skb_is_gso(skb)) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
12869
if (unlikely(skb_is_gso(skb) &&
drivers/net/ethernet/broadcom/bnxt/bnxt.c
511
if (skb_is_gso(skb) &&
drivers/net/ethernet/broadcom/bnxt/bnxt.c
555
} else if (!skb_is_gso(skb)) {
drivers/net/ethernet/broadcom/bnxt/bnxt.c
677
if (skb_is_gso(skb)) {
drivers/net/ethernet/brocade/bna/bnad.c
2820
if (skb_is_gso(skb)) {
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
1940
mss = skb_is_gso(skb) ? skb_shinfo(skb)->gso_size : data_len;
drivers/net/ethernet/emulex/benet/be_main.c
5067
if (skb_is_gso(skb)) {
drivers/net/ethernet/emulex/benet/be_main.c
836
if (skb_is_gso(skb)) {
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1430
if (skb_is_gso(skb)) {
drivers/net/ethernet/freescale/enetc/enetc.c
996
if (skb_is_gso(skb)) {
drivers/net/ethernet/freescale/fec_main.c
957
if (skb_is_gso(skb))
drivers/net/ethernet/google/gve/gve_tx.c
404
hlen = skb_is_gso(skb) ? skb_checksum_start_offset(skb) + tcp_hdrlen(skb) :
drivers/net/ethernet/google/gve/gve_tx.c
564
bool is_gso = skb_is_gso(skb);
drivers/net/ethernet/google/gve/gve_tx.c
640
bool is_gso = skb_is_gso(skb);
drivers/net/ethernet/google/gve/gve_tx_dqo.c
1008
total_num_descs = 1 + skb_is_gso(skb) + num_buffer_descs;
drivers/net/ethernet/google/gve/gve_tx_dqo.c
834
const bool is_gso = skb_is_gso(skb);
drivers/net/ethernet/google/gve/gve_tx_dqo.c
969
if (skb_is_gso(skb) && !gve_can_send_tso(skb))
drivers/net/ethernet/google/gve/gve_tx_dqo.c
997
if (!skb_is_gso(skb)) {
drivers/net/ethernet/hisilicon/hns/hns_enet.c
104
skb_is_gso(skb) && skb_is_gso_v6(skb)) {
drivers/net/ethernet/hisilicon/hns/hns_enet.c
282
if (skb_is_gso(*out_skb))
drivers/net/ethernet/hisilicon/hns/hns_enet.c
366
is_gso = skb_is_gso(skb);
drivers/net/ethernet/hisilicon/hns/hns_enet.c
90
skb_is_gso(skb)) {
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1206
if (!skb_is_gso(skb))
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1379
if (skb_is_gso(skb))
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1410
if (skb_is_gso(skb))
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1454
if (skb_is_gso(skb))
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1486
if (skb_is_gso(skb))
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1586
if (skb_csum_is_sctp(skb) || skb_is_gso(skb) ||
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1942
(!skb_is_gso(skb) && skb->len > HNS3_MAX_NON_TSO_SIZE)) {
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1966
if (bd_num <= HNS3_MAX_TSO_BD_NUM && skb_is_gso(skb) &&
drivers/net/ethernet/huawei/hinic/hinic_tx.c
283
if (!skb_is_gso(skb))
drivers/net/ethernet/huawei/hinic3/hinic3_tx.c
340
if (!skb_is_gso(skb))
drivers/net/ethernet/ibm/ehea/ehea_main.c
1614
if (skb_is_gso(skb)) {
drivers/net/ethernet/ibm/ehea/ehea_main.c
1624
if (skb_is_gso(skb) || skb_data_size >= SWQE2_MAX_IMM) {
drivers/net/ethernet/ibm/ibmveth.c
1268
if (skb_is_gso(skb) && adapter->fw_large_send_support)
drivers/net/ethernet/ibm/ibmveth.c
1272
if (skb->ip_summed == CHECKSUM_PARTIAL && skb_is_gso(skb)) {
drivers/net/ethernet/ibm/ibmveth.c
1768
if (skb_is_gso(skb)) {
drivers/net/ethernet/ibm/ibmvnic.c
2470
if (skb_is_gso(skb))
drivers/net/ethernet/ibm/ibmvnic.c
2502
if (*hdrs == 0 && !skb_is_gso(skb) &&
drivers/net/ethernet/ibm/ibmvnic.c
2540
skb_is_gso(skb) ? "tso_pool" : "tx_pool",
drivers/net/ethernet/ibm/ibmvnic.c
2557
if (skb_is_gso(skb))
drivers/net/ethernet/ibm/ibmvnic.c
2588
if (skb_is_gso(skb)) {
drivers/net/ethernet/ibm/ibmvnic.c
3697
if (skb_is_gso(skb)) {
drivers/net/ethernet/intel/e1000/e1000_main.c
2705
if (skb_is_gso(skb)) {
drivers/net/ethernet/intel/e1000/e1000_main.c
2846
!skb_is_gso(skb)) {
drivers/net/ethernet/intel/e1000/e1000_main.c
3180
if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
drivers/net/ethernet/intel/e1000e/netdev.c
5477
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/fm10k/fm10k_main.c
753
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/i40e/i40e_main.c
13205
if (skb_is_gso(skb) && (skb_shinfo(skb)->gso_size < 64))
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3098
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/i40e/i40e_txrx.h
551
if (skb_is_gso(skb))
drivers/net/ethernet/intel/iavf/iavf_main.c
4695
if (skb_is_gso(skb) && (skb_shinfo(skb)->gso_size < 64))
drivers/net/ethernet/intel/iavf/iavf_txrx.c
1751
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/iavf/iavf_txrx.h
378
if (skb_is_gso(skb))
drivers/net/ethernet/intel/ice/ice_main.c
9717
bool gso = skb_is_gso(skb);
drivers/net/ethernet/intel/ice/ice_txrx.c
1863
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/ice/ice_txrx.c
2108
if (skb_is_gso(skb))
drivers/net/ethernet/intel/idpf/idpf_lib.c
2473
if (skb_is_gso(skb)) {
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
215
if (skb_is_gso(skb)) {
drivers/net/ethernet/intel/idpf/idpf_txrx.c
2837
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/idpf/idpf_txrx.c
32
if (skb_is_gso(skb))
drivers/net/ethernet/intel/igb/igb_main.c
6069
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/igbvf/netdev.c
2011
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/igc/igc_main.c
1474
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
500
if (skb_is_gso(skb) && (skb_shinfo(skb)->gso_type != SKB_GSO_FCOE)) {
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
540
if (skb_is_gso(skb))
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
566
if (skb_is_gso(skb)) {
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
1111
if (!skb_is_gso(first->skb)) {
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
8753
if (!skb_is_gso(skb))
drivers/net/ethernet/intel/ixgbevf/ipsec.c
510
if (!skb_is_gso(first->skb)) {
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
3848
if (!skb_is_gso(skb))
drivers/net/ethernet/jme.c
2199
if (unlikely(skb_is_gso(skb) && skb_cow_head(skb, 0))) {
drivers/net/ethernet/marvell/mv643xx_eth.c
1012
if (skb_is_gso(skb))
drivers/net/ethernet/marvell/mvneta.c
2927
if (skb_is_gso(skb)) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4395
if (skb_is_gso(skb)) {
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
944
if ((feat & (NETIF_F_TSO)) && (skb_is_gso(skb))) {
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
699
if ((feat & (NETIF_F_TSO)) && (skb_is_gso(skb))) {
drivers/net/ethernet/marvell/sky2.c
1795
if (skb_is_gso(skb))
drivers/net/ethernet/mediatek/mtk_eth_soc.c
1739
if (skb_is_gso(skb)) {
drivers/net/ethernet/mediatek/mtk_eth_soc.c
1812
if (skb_is_gso(skb)) {
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
513
if (!MLX5_CAP_ETH(mdev, swp_csum_l4_partial) || !skb_is_gso(skb))
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c
162
if (unlikely(skb_is_gso(skb) && oseq < MLX5E_IPSEC_ESN_SCOPE_MID &&
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c
290
if (!skb_is_gso(skb))
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
886
stats->tls_encrypted_packets += skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 1;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp_rxtx.c
190
if (skb_is_gso(skb)) {
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
270
if (skb_is_gso(skb)) {
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
277
if (skb_is_gso(skb)) {
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
539
if (likely(!skb->encapsulation) || !skb_is_gso(skb))
drivers/net/ethernet/microchip/lan743x_main.c
1706
if (skb_is_gso(skb))
drivers/net/ethernet/microchip/lan743x_main.c
2039
gso = skb_is_gso(skb);
drivers/net/ethernet/microsoft/mana/mana_en.c
1842
hsg = (skb_is_gso(skb) && skb_headlen(skb) > ash->size[0]) ? 2 : 1;
drivers/net/ethernet/microsoft/mana/mana_en.c
383
skb_is_gso(skb));
drivers/net/ethernet/microsoft/mana/mana_en.c
432
if (skb_is_gso(skb)) {
drivers/net/ethernet/microsoft/mana/mana_en.c
523
num_gso_seg = skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 1;
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
2674
if (skb_is_gso(skb)) {
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
2894
if (skb_is_gso(skb)) {
drivers/net/ethernet/netronome/nfp/nfd3/dp.c
80
if (!skb_is_gso(skb))
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
149
n_descs += !!skb_is_gso(skb);
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
306
if (skb_is_gso(skb))
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
390
if (!skb_is_gso(skb)) {
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
434
if (skb_is_gso(skb))
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
529
if (!skb_is_gso(skb)) {
drivers/net/ethernet/netronome/nfp/nfdk/rings.c
52
if (skb_is_gso(skb))
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2115
if (skb_is_gso(skb)) {
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
650
if (!skb_is_gso(skb))
drivers/net/ethernet/nvidia/forcedeth.c
2334
if (skb_is_gso(skb))
drivers/net/ethernet/nvidia/forcedeth.c
2512
if (skb_is_gso(skb))
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
1694
if (skb_is_gso(skb)) {
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
1787
if (skb_is_gso(skb))
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
1833
if (skb_is_gso(skb))
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
2041
if (!skb_is_gso(skb) && frag_count > NETXEN_MAX_FRAGS_PER_TX) {
drivers/net/ethernet/qlogic/qede/qede_fp.c
192
if (skb_is_gso(skb)) {
drivers/net/ethernet/qlogic/qede/qede_fp.c
204
if (skb_is_gso(skb))
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
384
if (skb_is_gso(skb)) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
498
if (skb_is_gso(skb)) {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
681
if (!skb_is_gso(skb) && frag_count > QLCNIC_MAX_FRAGS_PER_TX) {
drivers/net/ethernet/qualcomm/emac/emac-mac.c
1253
if (skb_is_gso(skb)) {
drivers/net/ethernet/realtek/r8169_main.c
4668
if (skb_is_gso(skb)) {
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
1293
if (unlikely(skb_is_gso(skb) && tqueue->prev_mss != cur_mss))
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
1324
if (likely(skb_is_gso(skb))) {
drivers/net/ethernet/sfc/ef100_tx.c
401
segments = skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 0;
drivers/net/ethernet/sfc/falcon/tx.c
295
EF4_WARN_ON_PARANOID(skb_is_gso(skb));
drivers/net/ethernet/sfc/siena/tx.c
150
segments = skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 0;
drivers/net/ethernet/sfc/tx.c
324
segments = skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 0;
drivers/net/ethernet/socionext/netsec.c
1161
if (skb_is_gso(skb))
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
4758
if (skb_is_gso(skb) &&
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
4987
if (skb_is_gso(skb)) {
drivers/net/ethernet/sun/sunvnet_common.c
1209
if (skb_is_gso(skb)) {
drivers/net/ethernet/sun/sunvnet_common.c
1342
if (skb_is_gso(skb) && skb->len > port->tsolen) {
drivers/net/ethernet/sun/sunvnet_common.c
1348
if (!skb_is_gso(skb) && skb->len > port->rmtu) {
drivers/net/ethernet/sun/sunvnet_common.c
1433
if (skb_is_gso(port->tx_bufs[txi].skb)) {
drivers/net/ethernet/synopsys/dwc-xlgmac-net.c
108
if (!skb_is_gso(skb))
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1325
if (!skb_is_gso(skb))
drivers/net/geneve.c
595
if (!skb_is_gso(skb))
drivers/net/gtp.c
1094
((!skb_is_gso(skb) && skb->len > mtu) ||
drivers/net/gtp.c
1095
(skb_is_gso(skb) && !skb_gso_validate_network_len(skb, mtu)))) {
drivers/net/gtp.c
1152
if ((!skb_is_gso(skb) && skb->len > mtu) ||
drivers/net/gtp.c
1153
(skb_is_gso(skb) && !skb_gso_validate_network_len(skb, mtu))) {
drivers/net/hyperv/netvsc_drv.c
565
if (skb_is_gso(skb)) {
drivers/net/ovpn/io.c
394
if (skb_is_gso(skb)) {
drivers/net/ppp/pppoe.c
413
if (!skb_is_gso(skb) && pskb_trim_rcsum(skb, len))
drivers/net/thunderbolt/main.c
1056
} else if (skb_is_gso(skb) && skb_is_gso_v6(skb)) {
drivers/net/usb/lan78xx.c
4152
if (skb_is_gso(skb)) {
drivers/net/usb/smsc75xx.c
2272
if (skb_is_gso(skb)) {
drivers/net/virtio_net.c
6237
(!skb_is_gso(skb) || netif_needs_gso(skb, features)))
drivers/net/vxlan/vxlan_core.c
2235
if (!skb_is_gso(skb)) {
drivers/net/wireguard/device.c
176
if (!skb_is_gso(skb)) {
drivers/net/wireless/ath/wil6210/txrx.c
2202
rc = (skb_is_gso(skb) ? wil->txrx_ops.tx_ring_tso : __wil_tx_ring)
drivers/net/wireless/intel/iwlwifi/mld/tx.c
512
if (!amsdu || !skb_is_gso(skb))
drivers/net/wireless/intel/iwlwifi/mld/tx.c
971
if (skb_is_gso(skb)) {
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
1246
if (!skb_is_gso(skb))
drivers/net/xen-netback/netback.c
1245
if (skb_is_gso(skb)) {
drivers/net/xen-netback/netback.c
798
if (skb->ip_summed != CHECKSUM_PARTIAL && skb_is_gso(skb)) {
drivers/net/xen-netback/rx.c
232
if (skb_is_gso(skb)) {
drivers/net/xen-netback/rx.c
49
if (skb_is_gso(skb))
drivers/net/xen-netfront.c
1213
if (skb->ip_summed != CHECKSUM_PARTIAL && skb_is_gso(skb)) {
drivers/s390/net/qeth_core_main.c
1364
bool is_tso = skb_is_gso(skb);
drivers/s390/net/qeth_core_main.c
3971
if (skb_is_gso(skb))
drivers/s390/net/qeth_core_main.c
4196
buffer->frames += skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 1;
drivers/s390/net/qeth_core_main.c
4280
buffer->frames += skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 1;
drivers/s390/net/qeth_core_main.c
4327
bool is_tso = skb_is_gso(skb);
drivers/s390/net/qeth_core_main.c
6895
if (skb_is_gso(skb) && !netif_needs_gso(skb, features))
drivers/s390/net/qeth_l2_main.c
168
if (skb_is_gso(skb)) {
drivers/s390/net/qeth_l2_main.c
507
if (!skb_is_gso(skb))
drivers/s390/net/qeth_l3_main.c
1638
if (skb_is_gso(skb)) {
drivers/s390/net/qeth_l3_main.c
1703
if (skb_is_gso(skb)) {
drivers/s390/net/qeth_l3_main.c
1717
hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) :
drivers/s390/net/qeth_l3_main.c
1737
if (!skb_is_gso(skb))
include/linux/ip.h
43
return (len || !skb_is_gso(skb) || !skb_is_gso_tcp(skb)) ?
include/linux/ipv6.h
134
return (len || !skb_is_gso(skb) || !skb_is_gso_tcp(skb)) ?
include/linux/netdevice.h
4423
if (skb_is_gso(skb))
include/linux/netdevice.h
5515
return skb_is_gso(skb) && (!skb_gso_ok(skb, features) ||
include/linux/udp.h
189
if (!skb_is_gso(skb))
include/linux/virtio_net.h
251
if (skb_is_gso(skb)) {
include/net/ip_tunnels.h
651
if (skb_is_gso(skb)) {
include/net/sch_generic.h
913
(skb_is_gso(skb) ? skb_shinfo(skb)->gso_segs : 1));
net/bridge/br_netfilter_hooks.c
855
if (skb_is_gso(skb) || skb->len + mtu_reserved <= mtu) {
net/core/dev.c
3577
if (unlikely(skb_is_gso(skb))) {
net/core/dev.c
3633
if (unlikely(skb_is_gso(skb)))
net/core/dev.c
3852
if (skb_is_gso(skb))
net/core/filter.c
2475
if (unlikely(skb_is_gso(skb) && !skb_shinfo(skb)->gso_type))
net/core/filter.c
3425
if (skb_is_gso(skb)) {
net/core/filter.c
3456
if (skb_is_gso(skb)) {
net/core/filter.c
3589
if (skb_is_gso(skb) && !skb_is_gso_tcp(skb)) {
net/core/filter.c
3672
if (skb_is_gso(skb)) {
net/core/filter.c
3705
if (skb_is_gso(skb) && !skb_is_gso_tcp(skb)) {
net/core/filter.c
3731
if (skb_is_gso(skb)) {
net/core/filter.c
3840
!skb_is_gso(skb))))
net/core/filter.c
3933
if (!ret && skb_is_gso(skb))
net/core/filter.c
3981
(!skb_is_gso(skb) && new_len > max_len) ||
net/core/filter.c
6637
if (skb_is_gso(skb)) {
net/core/gro.c
510
if (unlikely(skb_is_gso(skb))) {
net/core/gro.c
564
if (!skb_is_gso(skb))
net/core/lwt_bpf.c
667
if (skb_is_gso(skb))
net/core/skbuff.c
2925
if (skb_is_gso(skb) && !list->head_frag &&
net/ipv4/af_inet.c
1430
} else if (skb_is_gso(skb)) {
net/ipv4/esp4_offload.c
312
if (!hw_offload || !skb_is_gso(skb) || (hw_offload && encap_type == UDP_ENCAP_ESPINUDP)) {
net/ipv4/esp4_offload.c
328
if (!skb_is_gso(skb))
net/ipv4/fou_core.c
1014
if (!skb_is_gso(skb)) {
net/ipv4/gre_offload.c
94
if (gso_partial && skb_is_gso(skb)) {
net/ipv4/ip_forward.c
58
if (skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu))
net/ipv4/ip_output.c
308
if (skb_is_gso(skb))
net/ipv4/ip_tunnel.c
536
if (!skb_is_gso(skb) &&
net/ipv4/ip_tunnel.c
561
if (!skb_is_gso(skb) && mtu >= IPV6_MIN_MTU &&
net/ipv4/ip_tunnel_core.c
184
if (skb_is_gso(skb)) {
net/ipv4/ip_tunnel_core.c
224
if (skb_is_gso(skb))
net/ipv4/ip_tunnel_core.c
327
if (skb_is_gso(skb))
net/ipv4/ip_tunnel_core.c
442
if ((skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu)) ||
net/ipv4/ip_tunnel_core.c
443
(!skb_is_gso(skb) && (skb->len - skb_network_offset(skb)) <= mtu))
net/ipv4/tcp_offload.c
192
if (skb_is_gso(segs))
net/ipv4/tcp_offload.c
322
if (unlikely(skb_is_gso(skb)))
net/ipv4/tcp_offload.c
352
if (unlikely(skb_is_gso(skb)))
net/ipv4/udp.c
1076
} else if (skb_is_gso(skb)) {
net/ipv4/udp_offload.c
281
if (gso_partial && skb_is_gso(skb)) {
net/ipv4/udp_offload.c
596
if (!skb_is_gso(seg))
net/ipv6/esp6_offload.c
342
if (!hw_offload || !skb_is_gso(skb)) {
net/ipv6/esp6_offload.c
358
if (!skb_is_gso(skb))
net/ipv6/ip6_checksum.c
76
else if (skb_is_gso(skb))
net/ipv6/ip6_offload.c
147
if (gso_partial && skb_is_gso(skb))
net/ipv6/ip6_output.c
201
if (skb_is_gso(skb))
net/ipv6/ip6_output.c
364
if (likely((skb->len <= mtu) || skb->ignore_df || skb_is_gso(skb))) {
net/ipv6/ip6_output.c
513
if (skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu))
net/ipv6/ip6_tunnel.c
1211
if (skb->len - t->tun_hlen - eth_hlen > mtu && !skb_is_gso(skb)) {
net/ipv6/sit.c
983
if (skb->len > mtu && !skb_is_gso(skb)) {
net/ipv6/xfrm6_output.c
83
toobig = skb->len > mtu && !skb_is_gso(skb);
net/mac80211/tx.c
3501
if (skb_is_gso(skb))
net/mac80211/tx.c
3530
if (!head || skb_is_gso(head))
net/mac80211/tx.c
3698
if (skb_is_gso(skb)) {
net/mpls/af_mpls.c
147
if (skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu))
net/netfilter/ipvs/ip_vs_proto_sctp.c
130
if (!skb_is_gso(skb))
net/netfilter/ipvs/ip_vs_proto_sctp.c
179
if (!skb_is_gso(skb))
net/netfilter/ipvs/ip_vs_xmit.c
1084
if (!skb_is_gso(skb)) {
net/netfilter/ipvs/ip_vs_xmit.c
111
if (skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu))
net/netfilter/nf_flow_table_ip.c
294
if (skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu))
net/netfilter/nf_flow_table_ip.c
793
if (skb_is_gso(skb) && xmit->needs_gso_segment)
net/netfilter/nfnetlink_queue.c
1145
if (!skb_is_gso(skb) || ((queue->flags & NFQA_CFG_F_GSO) && !skb_is_gso_sctp(skb)))
net/netfilter/nfnetlink_queue.c
554
if (skb_is_gso(packet))
net/netfilter/xt_CHECKSUM.c
28
if (skb->ip_summed == CHECKSUM_PARTIAL && !skb_is_gso(skb))
net/openvswitch/actions.c
1149
if ((skb_is_gso(skb) && skb_gso_validate_mac_len(skb, max_len)) ||
net/openvswitch/datapath.c
345
if (!skb_is_gso(skb))
net/openvswitch/vport.c
568
!skb_is_gso(skb))) {
net/packet/af_packet.c
2290
if (skb_is_gso(skb) && skb_is_gso_tcp(skb))
net/packet/af_packet.c
3536
if (skb_is_gso(skb) && skb_is_gso_tcp(skb))
net/sched/act_csum.c
212
if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4)
net/sched/act_csum.c
236
if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)
net/sched/act_csum.c
262
if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type &
net/sched/act_csum.c
320
if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type &
net/sched/act_csum.c
375
if (skb_is_gso(skb) && skb_is_gso_sctp(skb))
net/sched/act_police.c
236
if (skb_is_gso(skb))
net/sched/sch_dualpi2.c
453
if (q->split_gso && skb_is_gso(skb)) {
net/sched/sch_netem.c
519
if (skb_is_gso(skb)) {
net/sched/sch_taprio.c
646
if (skb_is_gso(skb))
net/sched/sch_tbf.c
259
if (skb_is_gso(skb) &&
net/sctp/input.c
101
bool is_gso = skb_is_gso(skb) && skb_is_gso_sctp(skb);
net/sctp/input.c
1317
if (skb_is_gso(skb) && skb_is_gso_sctp(skb))
net/sctp/inqueue.c
164
if (skb_is_gso(chunk->skb) && skb_is_gso_sctp(chunk->skb)) {
net/sctp/ipv6.c
255
if (skb_is_gso(skb))
net/sctp/protocol.c
1064
if (skb_is_gso(skb))
net/xfrm/xfrm_device.c
158
if (skb_is_gso(skb) && (unlikely(x->xso.dev != dev) ||
net/xfrm/xfrm_device.c
438
if (skb_is_gso(skb) && skb_gso_validate_network_len(skb, mtu))
net/xfrm/xfrm_interface_core.c
480
if ((!skb_is_gso(skb) && skb->len > mtu) ||
net/xfrm/xfrm_interface_core.c
481
(skb_is_gso(skb) && !skb_gso_validate_network_len(skb, mtu))) {
net/xfrm/xfrm_iptfs.c
1865
was_gso = skb_is_gso(skb);
net/xfrm/xfrm_output.c
812
if (skb_is_gso(skb)) {
net/xfrm/xfrm_output.c
823
if (skb_is_gso(skb))
net/xfrm/xfrm_output.c
852
if ((!skb_is_gso(skb) && skb->len > mtu) ||
net/xfrm/xfrm_output.c
853
(skb_is_gso(skb) &&
net/xfrm/xfrm_output.c
903
if ((!skb_is_gso(skb) && skb->len > mtu) ||
net/xfrm/xfrm_output.c
904
(skb_is_gso(skb) &&
net/xfrm/xfrm_replay.c
623
if (!skb_is_gso(skb)) {
net/xfrm/xfrm_replay.c
663
if (!skb_is_gso(skb)) {
net/xfrm/xfrm_replay.c
704
if (!skb_is_gso(skb)) {