Home
last modified time | relevance | path

Searched refs:TUNNEL_ENCAP_FLAG_CSUM6 (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv6/
H A Dfou6.c34 udp6_set_csum(!(e->flags & TUNNEL_ENCAP_FLAG_CSUM6), skb, in fou6_build_udp()
45 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in fou6_build_header()
62 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in gue6_build_header()
H A Dip6_tunnel.c2095 /* iproute2 always sets TUNNEL_ENCAP_FLAG_CSUM6, so in ip6_tnl_changelink()
2098 ipencap.flags &= ~TUNNEL_ENCAP_FLAG_CSUM6; in ip6_tnl_changelink()
/linux/include/uapi/linux/
H A Dif_tunnel.h92 #define TUNNEL_ENCAP_FLAG_CSUM6 (1<<1) macro