Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dudp_offload.c61 remcsum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TUNNEL_REMCSUM); in __skb_udp_tunnel_segment()
453 skb_shinfo(skb)->gso_type |= SKB_GSO_TUNNEL_REMCSUM; in udp_gro_complete()
Dfou.c890 type |= SKB_GSO_TUNNEL_REMCSUM; in __gue_build_header()
925 if (type & SKB_GSO_TUNNEL_REMCSUM) { in __gue_build_header()
/Linux-v4.19/Documentation/networking/
Dsegmentation-offloads.txt91 Finally there is SKB_GSO_TUNNEL_REMCSUM which indicates that a given tunnel
/Linux-v4.19/drivers/net/
Dvxlan.c1845 type |= SKB_GSO_TUNNEL_REMCSUM; in vxlan_build_skb()
1864 if (type & SKB_GSO_TUNNEL_REMCSUM) { in vxlan_build_skb()
/Linux-v4.19/include/linux/
Dskbuff.h569 SKB_GSO_TUNNEL_REMCSUM = 1 << 13, enumerator
Dnetdevice.h4395 BUILD_BUG_ON(SKB_GSO_TUNNEL_REMCSUM != (NETIF_F_GSO_TUNNEL_REMCSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()