Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dip_gre.c134 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()
Dip_tunnel.c450 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()
451 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()
/linux-4.4.14/include/net/
Dip_tunnels.h134 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro