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_taprio.c23 #include <net/gso.h>
/linux-master/net/ipv4/
H A Dtcp_offload.c12 #include <net/gso.h>
H A Dudp_offload.c11 #include <net/gso.h>
H A Dip_output.c76 #include <net/gso.h>
H A Daf_inet.c103 #include <net/gso.h>
H A Dudp.c106 #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.c2158 bool gso = false; local
2192 gso = skb_is_gso(skb);
2193 if (gso) {
2208 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/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4517 int gso = skb_shinfo(skb)->gso_type; local
4535 if (gso & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))
4537 if (priv->plat->has_gmac4 && (gso & SKB_GSO_UDP_L4))
6277 int gso = skb_shinfo(skb)->gso_type; local
6279 if (gso & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6 | SKB_GSO_UDP_L4)) {
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c28 #include <net/gso.h>
/linux-master/net/openvswitch/
H A Dactions.c20 #include <net/gso.h>
H A Ddatapath.c37 #include <net/gso.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c9522 bool gso = skb_is_gso(skb); local
9535 if (gso && (skb_shinfo(skb)->gso_size < ICE_TXD_CTX_MIN_MSS))
9552 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 695 milliseconds

123