Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/ !
Dudp_offload.c61 remcsum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TUNNEL_REMCSUM); in __skb_udp_tunnel_segment()
704 skb_shinfo(skb)->gso_type |= SKB_GSO_TUNNEL_REMCSUM; in udp_gro_complete()
Dfou_core.c953 type |= SKB_GSO_TUNNEL_REMCSUM; in __gue_build_header()
988 if (type & SKB_GSO_TUNNEL_REMCSUM) { in __gue_build_header()
/linux-6.6.21/Documentation/networking/ !
Dsegmentation-offloads.rst101 Finally there is SKB_GSO_TUNNEL_REMCSUM which indicates that a given tunnel
/linux-6.6.21/net/netfilter/ipvs/ !
Dip_vs_xmit.c1195 gso_type |= SKB_GSO_TUNNEL_REMCSUM; in ip_vs_tunnel_xmit()
1338 gso_type |= SKB_GSO_TUNNEL_REMCSUM; in ip_vs_tunnel_xmit_v6()
/linux-6.6.21/drivers/net/vxlan/ !
Dvxlan_core.c2173 type |= SKB_GSO_TUNNEL_REMCSUM; in vxlan_build_skb()
2192 if (type & SKB_GSO_TUNNEL_REMCSUM) { in vxlan_build_skb()
/linux-6.6.21/include/linux/ !
Dnetdevice.h5003 BUILD_BUG_ON(SKB_GSO_TUNNEL_REMCSUM != (NETIF_F_GSO_TUNNEL_REMCSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
Dskbuff.h665 SKB_GSO_TUNNEL_REMCSUM = 1 << 13, enumerator