Home
last modified time | relevance | path

Searched refs:SKB_GSO_TCP_FIXEDID (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/sfc/
Def100_tx.c203 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCP_FIXEDID) in ef100_make_tso_desc()
/Linux-v5.15/net/ipv4/
Dtcp_offload.c332 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_FIXEDID; in tcp4_gro_complete()
Daf_inet.c1373 fixedid = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TCP_FIXEDID); in inet_gso_segment()
/Linux-v5.15/Documentation/networking/
Dsegmentation-offloads.rst45 GSO type SKB_GSO_TCP_FIXEDID is specified then we will not increment the IP
/Linux-v5.15/include/linux/
Dskbuff.h571 SKB_GSO_TCP_FIXEDID = 1 << 3, enumerator
Dnetdevice.h5071 BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3667 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_FIXEDID; in hns3_gro_complete()