Searched refs:TUNNEL_SEQ (Results 1 – 3 of 3) sorted by relevance
134 if (o_flags & TUNNEL_SEQ) in ip_gre_calc_hlen()150 tflags |= TUNNEL_SEQ; in gre_flags_to_tnl_flags()171 if (tflags & TUNNEL_SEQ) in tnl_flags_to_gre_flags()461 if (flags & (TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_SEQ)) { in build_header()464 if (flags & TUNNEL_SEQ) { in build_header()488 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre_xmit()853 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in __gre_tunnel_init()
450 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()451 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()
134 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro