Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_offload.c331 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_FIXEDID; in tcp4_gro_complete()
Daf_inet.c1333 fixedid = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TCP_FIXEDID); in inet_gso_segment()
/Linux-v4.19/Documentation/networking/
Dsegmentation-offloads.txt39 GSO type SKB_GSO_TCP_FIXEDID is specified then we will not increment the IP
/Linux-v4.19/include/linux/
Dskbuff.h549 SKB_GSO_TCP_FIXEDID = 1 << 3, enumerator
Dnetdevice.h4385 BUILD_BUG_ON(SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); in net_gso_ok()