| /linux/net/ipv6/ |
| H A D | tcpv6_offload.c | 88 skb_shinfo(skb)->gso_type |= SKB_GSO_FRAGLIST | SKB_GSO_TCPV6; in tcp6_gro_complete() 98 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in tcp6_gro_complete() 173 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)) in tcp6_gso_segment()
|
| H A D | esp6_offload.c | 211 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in xfrm6_beet_gso_segment()
|
| H A D | tcp_ipv6.c | 311 sk->sk_gso_type = SKB_GSO_TCPV6; in tcp_v6_connect() 1427 newsk->sk_gso_type = SKB_GSO_TCPV6;
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-utils.c | 32 skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in iwl_tx_tso_segment() 62 SKB_GSO_TCPV6; in iwl_tx_tso_segment()
|
| /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 | 559 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in handle_gso_encap()
|
| /linux/include/linux/ |
| H A D | virtio_net.h | 69 gso_type = SKB_GSO_TCPV6; in __virtio_net_hdr_to_skb() 179 case SKB_GSO_TCPV6: in __virtio_net_hdr_to_skb() 265 else if (sinfo->gso_type & SKB_GSO_TCPV6) in virtio_net_hdr_from_skb()
|
| H A D | skbuff.h | 679 SKB_GSO_TCPV6 = 1 << 4, enumerator 5290 return skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6; in skb_is_gso_v6() 5302 return skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6); in skb_is_gso_tcp()
|
| /linux/drivers/net/ethernet/alibaba/eea/ |
| H A D | eea_tx.c | 183 else if (sinfo->gso_type & SKB_GSO_TCPV6) in eea_fill_desc_from_skb()
|
| /linux/net/sched/ |
| H A D | act_csum.c | 236 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in tcf_csum_ipv6_tcp()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx_edma.c | 1433 gso_type = skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4); in __wil_tx_ring_tso_edma() 1438 case SKB_GSO_TCPV6: 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() 1797 case SKB_GSO_TCPV6: in __wil_tx_vring_tso()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 242 if (shinfo->gso_type & SKB_GSO_TCPV6) in write_pkt_desc()
|
| /linux/drivers/net/ |
| H A D | xen-netfront.c | 812 gso->u.gso.type = (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) ? in xennet_start_xmit() 1155 SKB_GSO_TCPV6; in xennet_set_skb_gso()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 1341 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qlcnic_process_lro() 1863 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qlcnic_83xx_process_lro()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c_main.c | 2037 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in atl1c_cal_tpd_req() 2089 if (offload_type & SKB_GSO_TCPV6) { in atl1c_tso_csum()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_rx_dqo.c | 1014 shinfo->gso_type = SKB_GSO_TCPV6; in gve_rx_complete_rsc()
|
| H A D | gve_tx_dqo.c | 604 case SKB_GSO_TCPV6: in gve_prep_tso()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 1064 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in mlx5e_lro_update_hdr() 1199 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in mlx5e_shampo_update_ipv6_tcp_hdr()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 1287 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) { in emac_tso_csum()
|
| /linux/drivers/net/xen-netback/ |
| H A D | netback.c | 775 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in xenvif_set_skb_gso()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 729 } else if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) { in otx2_sqe_add_ext()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_fp.c | 657 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qede_set_gro_params()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.c | 2864 case SKB_GSO_TCPV6: in idpf_tso() 3345 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in idpf_rx_rsc()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | sge.c | 1278 bool v6 = (ssi->gso_type & SKB_GSO_TCPV6) != 0; in t4vf_eth_xmit()
|