Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dgre.h51 if (o_flags & TUNNEL_SEQ) in gre_calc_hlen()
67 tflags |= TUNNEL_SEQ; in gre_flags_to_tnl_flags()
88 if (tflags & TUNNEL_SEQ) in gre_tnl_flags_to_gre_flags()
125 if (flags & (TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_SEQ)) { in gre_build_header()
128 if (flags & TUNNEL_SEQ) { in gre_build_header()
Dip_tunnels.h150 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro