/openbmc/linux/include/linux/ |
H A D | virtio_net.h | 63 gso_type = SKB_GSO_TCPV4; in virtio_net_hdr_to_skb() 176 case SKB_GSO_TCPV4: in virtio_net_hdr_to_skb() 218 if (sinfo->gso_type & SKB_GSO_TCPV4) in virtio_net_hdr_from_skb()
|
H A D | skbuff.h | 637 SKB_GSO_TCPV4 = 1 << 0, enumerator 4916 return skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6); in skb_is_gso_tcp()
|
/openbmc/linux/net/core/ |
H A D | gso.c | 152 if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in skb_gso_transport_seglen() 154 } else if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) { in skb_gso_transport_seglen()
|
H A D | lwt_bpf.c | 545 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in handle_gso_encap()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_offload.c | 34 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4)) in tcp4_gso_segment() 341 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV4; in tcp4_gro_complete()
|
H A D | esp4_offload.c | 163 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV4; in xfrm4_beet_gso_segment()
|
H A D | tcp_ipv4.c | 311 sk->sk_gso_type = SKB_GSO_TCPV4; in tcp_v4_connect() 1587 newsk->sk_gso_type = SKB_GSO_TCPV4; in tcp_v4_syn_recv_sock()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | rx.c | 233 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) in xenvif_gso_type()
|
H A D | netback.c | 770 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in xenvif_set_skb_gso()
|
/openbmc/linux/net/sched/ |
H A D | act_csum.c | 211 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) in tcf_csum_ipv4_tcp()
|
/openbmc/linux/Documentation/networking/ |
H A D | segmentation-offloads.rst | 29 When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx_edma.c | 1435 gso_type = skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4); in __wil_tx_ring_tso_edma() 1437 case SKB_GSO_TCPV4: in __wil_tx_ring_tso_edma()
|
H A D | txrx.c | 1787 gso_type = skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4); in __wil_tx_vring_tso() 1789 case SKB_GSO_TCPV4: in __wil_tx_vring_tso()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_rx_dqo.c | 711 shinfo->gso_type = SKB_GSO_TCPV4; in gve_rx_complete_rsc()
|
H A D | gve_tx_dqo.c | 504 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in gve_prep_tso()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 908 skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in iwl_mvm_tx_tso_segment() 931 skb_shinfo(tmp)->gso_type = ipv4 ? SKB_GSO_TCPV4 : in iwl_mvm_tx_tso_segment()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 1344 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qlcnic_process_lro() 1866 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qlcnic_83xx_process_lro()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 672 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) { in otx2_sqe_add_ext()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-mac.c | 1278 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) { in emac_tso_csum()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 1182 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in mlx5e_lro_update_hdr() 1287 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV4; in mlx5e_shampo_update_ipv4_tcp_hdr()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_fp.c | 658 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qede_set_gro_params()
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1227 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in ibmveth_rx_mss_helper()
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 1805 SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in vmxnet3_rq_rx_complete() 1817 rcd->v4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in vmxnet3_rq_rx_complete()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 1643 if (offload_type & SKB_GSO_TCPV4) { in atl1e_tso_csum()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 4203 if (shinfo->gso_type & SKB_GSO_TCPV4) { in rtl8169_tso_csum_v2() 4372 else if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4 && in rtl8168evl_fix_tso()
|