Searched refs:TUNNEL_SEQ (Results 1 – 9 of 9) sorted by relevance
60 if (o_flags & TUNNEL_SEQ) in gre_calc_hlen()76 tflags |= TUNNEL_SEQ; in gre_flags_to_tnl_flags()97 if (tflags & TUNNEL_SEQ) in gre_tnl_flags_to_gre_flags()134 if (flags & (TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_SEQ)) { in gre_build_header()137 if (flags & TUNNEL_SEQ) { in gre_build_header()
39 if (tun_key->tun_flags & (TUNNEL_CSUM | TUNNEL_SEQ)) in mlx5e_gen_ip_tunnel_header_gretap()
167 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro
458 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre_xmit()499 (TUNNEL_CSUM | TUNNEL_KEY | TUNNEL_SEQ); in gre_fb_xmit()502 (flags & TUNNEL_SEQ) ? htonl(tunnel->o_seqno++) : 0); in gre_fb_xmit()578 gre_build_header(skb, 8, TUNNEL_SEQ, in erspan_fb_xmit()686 tunnel->parms.o_flags &= ~TUNNEL_SEQ; in erspan_xmit()757 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in ipgre_link_update()954 if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) { in __gre_tunnel_init()
380 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()381 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()
462 info.key.tun_flags |= TUNNEL_SEQ; in nft_tunnel_obj_init()637 if (info->key.tun_flags & TUNNEL_SEQ) in nft_tunnel_flags_dump()
387 if (!(nt->parms.o_flags & TUNNEL_SEQ)) in ip6gre_tunnel_locate()762 (TUNNEL_CSUM | TUNNEL_KEY | TUNNEL_SEQ); in __gre6_xmit()768 (flags & TUNNEL_SEQ) ? htonl(tunnel->o_seqno++) in __gre6_xmit()772 if (tunnel->parms.o_flags & TUNNEL_SEQ) in __gre6_xmit()1054 gre_build_header(skb, 8, TUNNEL_SEQ, proto, 0, htonl(t->o_seqno++)); in ip6erspan_tunnel_xmit()1445 if (!(nt->parms.o_flags & TUNNEL_SEQ)) { in ip6gre_tnl_init_features()
846 if (tunnel->parms.i_flags & TUNNEL_SEQ) { in __ip6_tnl_rcv()847 if (!(tpi->flags & TUNNEL_SEQ) || in __ip6_tnl_rcv()
4360 info->key.tun_flags |= TUNNEL_SEQ; in BPF_CALL_4()