Home
last modified time | relevance | path

Searched refs:TUNNEL_CSUM (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dgre.h56 if (o_flags & TUNNEL_CSUM) in gre_calc_hlen()
70 tflags |= TUNNEL_CSUM; in gre_flags_to_tnl_flags()
91 if (tflags & TUNNEL_CSUM) in gre_tnl_flags_to_gre_flags()
123 if (flags & (TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_SEQ)) { in gre_build_header()
134 if (flags & TUNNEL_CSUM && in gre_build_header()
/include/uapi/linux/
Dif_tunnel.h164 #define TUNNEL_CSUM __cpu_to_be16(0x01) macro