Searched refs:TUNNEL_SEQ (Results 1 – 5 of 5) sorted by relevance
55 if (o_flags&TUNNEL_SEQ) in ip_gre_calc_hlen()71 tflags |= TUNNEL_SEQ; in gre_flags_to_tnl_flags()92 if (tflags & TUNNEL_SEQ) in tnl_flags_to_gre_flags()
92 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro
76 if (tpi->flags&(TUNNEL_KEY|TUNNEL_CSUM|TUNNEL_SEQ)) { in gre_build_header()79 if (tpi->flags&TUNNEL_SEQ) { in gre_build_header()
237 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre_xmit()493 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in __gre_tunnel_init()
442 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()443 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()