/linux/net/ipv6/ |
H A D | tcpv6_offload.c | 80 skb_shinfo(skb)->gso_type |= SKB_GSO_FRAGLIST | SKB_GSO_TCPV6; in tcp6_gro_complete() 90 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in tcp6_gro_complete() 156 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)) in tcp6_gso_segment()
|
H A D | tcp_ipv6.c | 298 sk->sk_gso_type = SKB_GSO_TCPV6; in tcp_v6_connect() 1441 newsk->sk_gso_type = SKB_GSO_TCPV6;
|
/linux/include/linux/ |
H A D | virtio_net.h | 68 gso_type = SKB_GSO_TCPV6; in virtio_net_hdr_to_skb() 177 case SKB_GSO_TCPV6: in virtio_net_hdr_to_skb() 220 else if (sinfo->gso_type & SKB_GSO_TCPV6) in virtio_net_hdr_from_skb()
|
/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 | 550 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in handle_gso_encap()
|
H A D | filter.c | 3318 shinfo->gso_type |= SKB_GSO_TCPV6; in bpf_skb_proto_4_to_6() 3346 if (shinfo->gso_type & SKB_GSO_TCPV6) { in bpf_skb_proto_6_to_4() 3347 shinfo->gso_type &= ~SKB_GSO_TCPV6; in bpf_skb_proto_6_to_4()
|
/linux/Documentation/networking/ |
H A D | segmentation-offloads.rst | 30 SKB_GSO_TCPV6 should be set in skb_shinfo()->gso_type and
|
/linux/net/sched/ |
H A D | act_csum.c | 235 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in tcf_csum_ipv6_tcp()
|
H A D | sch_cake.c | 1414 SKB_GSO_TCPV6))) { in cake_overhead()
|
/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() 1440 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/ethernet/google/gve/ |
H A D | gve_rx_dqo.c | 661 shinfo->gso_type = SKB_GSO_TCPV6; in gve_rx_complete_rsc()
|
/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/ |
H A D | xen-netfront.c | 813 gso->u.gso.type = (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) ? in xennet_start_xmit() 1152 SKB_GSO_TCPV6; in xennet_set_skb_gso()
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 2034 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in atl1c_cal_tpd_req() 2086 if (offload_type & SKB_GSO_TCPV6) { in atl1c_tso_csum()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 1196 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in mlx5e_lro_update_hdr() 1305 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in mlx5e_shampo_update_ipv6_tcp_hdr()
|
/linux/drivers/net/xen-netback/ |
H A D | netback.c | 774 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in xenvif_set_skb_gso()
|
/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/ethernet/qlogic/qede/ |
H A D | qede_fp.c | 656 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 | 2564 case SKB_GSO_TCPV6: in idpf_tso() 3032 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in idpf_rx_rsc()
|
/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1213 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in ibmveth_rx_mss_helper()
|
/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()
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 1614 (skb_shinfo(skb)->gso_type == SKB_GSO_TCPV6)) { in atl1e_cal_tdp_req()
|
/linux/drivers/net/ethernet/realtek/rtase/ |
H A D | rtase_main.c | 1335 } else if (shinfo->gso_type & SKB_GSO_TCPV6) { in rtase_start_xmit()
|