Searched refs:SKB_GSO_TCPV6 (Results 1 – 25 of 42) sorted by relevance
12
37 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in tcp6_gro_complete()48 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)) in tcp6_gso_segment()
196 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in xfrm6_beet_gso_segment()
303 sk->sk_gso_type = SKB_GSO_TCPV6; in tcp_v6_connect()1289 newsk->sk_gso_type = SKB_GSO_TCPV6; in tcp_v6_syn_recv_sock()
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()
545 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in handle_gso_encap()
65 gso_type = SKB_GSO_TCPV6; in virtio_net_hdr_to_skb()207 else if (sinfo->gso_type & SKB_GSO_TCPV6) in virtio_net_hdr_from_skb()
647 SKB_GSO_TCPV6 = 1 << 4, enumerator4873 return skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6; in skb_is_gso_v6()4885 return skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6); in skb_is_gso_tcp()
235 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in tcf_csum_ipv6_tcp()
30 SKB_GSO_TCPV6 should be set in skb_shinfo()->gso_type and
1435 gso_type = skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4); in __wil_tx_ring_tso_edma()1440 case SKB_GSO_TCPV6: in __wil_tx_ring_tso_edma()
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()
242 if (shinfo->gso_type & SKB_GSO_TCPV6) in write_pkt_desc()
712 shinfo->gso_type = SKB_GSO_TCPV6; in gve_rx_complete_rsc()
516 case SKB_GSO_TCPV6: in gve_prep_tso()
892 skb_shinfo(skb)->gso_type = ipv4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in iwl_mvm_tx_tso_segment()916 SKB_GSO_TCPV6; in iwl_mvm_tx_tso_segment()
812 gso->u.gso.type = (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) ? in xennet_start_xmit()1148 SKB_GSO_TCPV6; in xennet_set_skb_gso()
1342 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qlcnic_process_lro()1864 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qlcnic_83xx_process_lro()
2068 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in atl1c_cal_tpd_req()2120 if (offload_type & SKB_GSO_TCPV6) { in atl1c_tso_csum()
757 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in xenvif_set_skb_gso()
681 } else if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) { in otx2_sqe_add_ext()
1287 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) { in emac_tso_csum()
1202 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in mlx5e_lro_update_hdr()1311 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in mlx5e_shampo_update_ipv6_tcp_hdr()
656 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qede_set_gro_params()
1236 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in ibmveth_rx_mss_helper()
1278 bool v6 = (ssi->gso_type & SKB_GSO_TCPV6) != 0; in t4vf_eth_xmit()