Searched refs:SKB_GSO_TCPV4 (Results 1 – 25 of 34) sorted by relevance
12
35 gso_type = SKB_GSO_TCPV4; in virtio_net_hdr_to_skb()111 if (sinfo->gso_type & SKB_GSO_TCPV4) in virtio_net_hdr_from_skb()
558 SKB_GSO_TCPV4 = 1 << 0, enumerator4404 return skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6); in skb_is_gso_tcp()
32 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4)) in tcp4_gso_segment()326 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV4; in tcp4_gro_complete()
290 sk->sk_gso_type = SKB_GSO_TCPV4; in tcp_v4_connect()1435 newsk->sk_gso_type = SKB_GSO_TCPV4; in tcp_v4_syn_recv_sock()
207 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) in xenvif_gso_type()
644 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in xenvif_set_skb_gso()
548 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in handle_gso_encap()
5159 if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in skb_gso_transport_seglen()5161 } else if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) { in skb_gso_transport_seglen()
2855 if (shinfo->gso_type & SKB_GSO_TCPV4) { in bpf_skb_proto_4_to_6()2856 shinfo->gso_type &= ~SKB_GSO_TCPV4; in bpf_skb_proto_4_to_6()2898 shinfo->gso_type |= SKB_GSO_TCPV4; in bpf_skb_proto_6_to_4()
213 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) in tcf_csum_ipv4_tcp()
1326 if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | in cake_overhead()
29 When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
1437 gso_type = skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4); in __wil_tx_ring_tso_edma()1439 case SKB_GSO_TCPV4: in __wil_tx_ring_tso_edma()
1794 gso_type = skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV6 | SKB_GSO_TCPV4); in __wil_tx_vring_tso()1796 case SKB_GSO_TCPV4: in __wil_tx_vring_tso()
1344 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qlcnic_process_lro()1867 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qlcnic_83xx_process_lro()
1275 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) { in emac_tso_csum()
635 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qede_set_gro_params()
746 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in mlx5e_lro_update_hdr()
1195 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in ibmveth_rx_mss_helper()
1506 SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in vmxnet3_rq_rx_complete()1518 rcd->v4 ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; in vmxnet3_rq_rx_complete()
880 SKB_GSO_TCPV4 : in xennet_set_skb_gso()
3148 if (skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6)) in stmmac_xmit()3997 if (skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6)) { in stmmac_select_queue()
1637 if (offload_type & SKB_GSO_TCPV4) { in atl1e_tso_csum()
1988 if (offload_type & SKB_GSO_TCPV4) { in atl1c_tso_csum()
1140 (SKB_GSO_TCPV4 | SKB_GSO_TCPV6)) { in mtk_start_xmit()