Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dgre.h55 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()
Dip_tunnels.h92 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro
/linux-4.1.27/net/ipv4/
Dgre_demux.c76 if (tpi->flags&(TUNNEL_KEY|TUNNEL_CSUM|TUNNEL_SEQ)) { in gre_build_header()
79 if (tpi->flags&TUNNEL_SEQ) { in gre_build_header()
Dip_gre.c237 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre_xmit()
493 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in __gre_tunnel_init()
Dip_tunnel.c442 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()
443 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()