Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_offload.c58 remcsum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TUNNEL_REMCSUM); in __skb_udp_tunnel_segment()
654 skb_shinfo(skb)->gso_type |= SKB_GSO_TUNNEL_REMCSUM; in udp_gro_complete()
H A Dfou.c999 type |= SKB_GSO_TUNNEL_REMCSUM; in __gue_build_header()
1034 if (type & SKB_GSO_TUNNEL_REMCSUM) { in __gue_build_header()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_xmit.c1213 gso_type |= SKB_GSO_TUNNEL_REMCSUM; in ip_vs_tunnel_xmit()
1361 gso_type |= SKB_GSO_TUNNEL_REMCSUM; in ip_vs_tunnel_xmit_v6()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsegmentation-offloads.rst101 Finally there is SKB_GSO_TUNNEL_REMCSUM which indicates that a given tunnel
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c2347 type |= SKB_GSO_TUNNEL_REMCSUM; in vxlan_build_skb()
2366 if (type & SKB_GSO_TUNNEL_REMCSUM) { in vxlan_build_skb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h592 SKB_GSO_TUNNEL_REMCSUM = 1 << 13, enumerator
H A Dnetdevice.h4932 BUILD_BUG_ON(SKB_GSO_TUNNEL_REMCSUM != (NETIF_F_GSO_TUNNEL_REMCSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()