Searched refs:TUNNEL_SEQ (Results 1 – 8 of 8) sorted by relevance
51 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()
150 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro
446 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre_xmit()555 (TUNNEL_CSUM | TUNNEL_KEY | TUNNEL_SEQ); in gre_fb_xmit()558 (flags & TUNNEL_SEQ) ? htonl(tunnel->o_seqno++) : 0); in gre_fb_xmit()640 gre_build_header(skb, 8, TUNNEL_SEQ, in erspan_fb_xmit()800 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in ipgre_link_update()1003 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in __gre_tunnel_init()
396 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()397 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()
358 info.key.tun_flags |= TUNNEL_SEQ; in nft_tunnel_obj_init()482 if (info->key.tun_flags & TUNNEL_SEQ) in nft_tunnel_flags_dump()
391 if (!(nt->parms.o_flags & TUNNEL_SEQ)) in ip6gre_tunnel_locate()765 (TUNNEL_CSUM | TUNNEL_KEY | TUNNEL_SEQ); in __gre6_xmit()771 (flags & TUNNEL_SEQ) ? htonl(tunnel->o_seqno++) in __gre6_xmit()775 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre6_xmit()1050 gre_build_header(skb, 8, TUNNEL_SEQ, in ip6erspan_tunnel_xmit()1427 if (!(nt->parms.o_flags & TUNNEL_SEQ)) { in ip6gre_tnl_init_features()
796 if (tunnel->parms.i_flags & TUNNEL_SEQ) { in __ip6_tnl_rcv()797 if (!(tpi->flags & TUNNEL_SEQ) || in __ip6_tnl_rcv()
3652 info->key.tun_flags |= TUNNEL_SEQ; in BPF_CALL_4()