Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_offload.c329 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_FIXEDID; in tcp4_gro_complete()
Daf_inet.c1339 fixedid = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TCP_FIXEDID); in inet_gso_segment()
/Linux-v5.4/Documentation/networking/
Dsegmentation-offloads.rst45 GSO type SKB_GSO_TCP_FIXEDID is specified then we will not increment the IP
/Linux-v5.4/include/linux/
Dskbuff.h566 SKB_GSO_TCP_FIXEDID = 1 << 3, enumerator
Dnetdevice.h4506 BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2502 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_FIXEDID; in hns3_gro_complete()