Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dgre.h51 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()
Dip_tunnels.h150 #define TUNNEL_SEQ __cpu_to_be16(0x08) macro
/Linux-v4.19/net/ipv4/
Dip_gre.c446 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()
Dip_tunnel.c396 if (tunnel->parms.i_flags&TUNNEL_SEQ) { in ip_tunnel_rcv()
397 if (!(tpi->flags&TUNNEL_SEQ) || in ip_tunnel_rcv()
/Linux-v4.19/net/netfilter/
Dnft_tunnel.c358 info.key.tun_flags |= TUNNEL_SEQ; in nft_tunnel_obj_init()
482 if (info->key.tun_flags & TUNNEL_SEQ) in nft_tunnel_flags_dump()
/Linux-v4.19/net/ipv6/
Dip6_gre.c391 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()
Dip6_tunnel.c796 if (tunnel->parms.i_flags & TUNNEL_SEQ) { in __ip6_tnl_rcv()
797 if (!(tpi->flags & TUNNEL_SEQ) || in __ip6_tnl_rcv()
/Linux-v4.19/net/core/
Dfilter.c3652 info->key.tun_flags |= TUNNEL_SEQ; in BPF_CALL_4()