Searched refs:gso (Results 26 - 50 of 56) sorted by relevance

123

/linux-master/net/sched/
H A Dact_police.c19 #include <net/gso.h>
H A Dsch_tbf.c16 #include <net/gso.h>
H A Dsch_netem.c24 #include <net/gso.h>
H A Dsch_cake.c68 #include <net/gso.h>
H A Dsch_taprio.c23 #include <net/gso.h>
/linux-master/net/xfrm/
H A Dxfrm_device.c18 #include <net/gso.h>
H A Dxfrm_output.c16 #include <net/gso.h>
H A Dxfrm_interface_core.c36 #include <net/gso.h>
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1309 if (info->gso)
1358 if (info->gso)
1390 int tx_num, struct mtk_tx_ring *ring, bool gso)
1394 .gso = gso,
1590 bool gso = false; local
1621 gso = true;
1626 if (mtk_tx_map(skb, dev, tx_num, ring, gso) < 0)
1389 mtk_tx_map(struct sk_buff *skb, struct net_device *dev, int tx_num, struct mtk_tx_ring *ring, bool gso) argument
H A Dmtk_eth_soc.h1088 u8 gso:1; member in struct:mtk_tx_dma_desc_info
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2151 bool gso = false; local
2185 gso = skb_is_gso(skb);
2186 if (gso) {
2201 if (gso)
/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c11 #include <net/gso.h>
H A Dnfnetlink_queue.c33 #include <net/gso.h>
/linux-master/net/ipv4/
H A Dudp_offload.c11 #include <net/gso.h>
H A Daf_inet.c103 #include <net/gso.h>
H A Dip_output.c76 #include <net/gso.h>
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4507 int gso = skb_shinfo(skb)->gso_type; local
4525 if (gso & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))
4527 if (priv->plat->has_gmac4 && (gso & SKB_GSO_UDP_L4))
6268 int gso = skb_shinfo(skb)->gso_type; local
6270 if (gso & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6 | SKB_GSO_UDP_L4)) {
/linux-master/drivers/net/
H A Dvirtio_net.c31 static bool csum = true, gso = true, napi_tx = true; variable
33 module_param(gso, bool, 0444);
1839 net_warn_ratelimited("%s: bad gso: type: %u, size: %u\n",
4697 if (gso)
4699 /* (!csum && gso) case will be fixed by register_netdev() */
/linux-master/net/openvswitch/
H A Dactions.c20 #include <net/gso.h>
H A Ddatapath.c38 #include <net/gso.h>
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c28 #include <net/gso.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c9415 bool gso = skb_is_gso(skb); local
9428 if (gso && (skb_shinfo(skb)->gso_size < ICE_TXD_CTX_MIN_MSS))
9445 if (gso && (skb_shinfo(skb)->gso_type &
/linux-master/net/mpls/
H A Daf_mpls.c15 #include <net/gso.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c10 #include <net/gso.h>
/linux-master/net/ipv6/
H A Dip6_output.c45 #include <net/gso.h>

Completed in 371 milliseconds

123