TUNNEL_SEQ         39 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c 	if (tun_key->tun_flags & (TUNNEL_CSUM | TUNNEL_SEQ))
TUNNEL_SEQ         60 include/net/gre.h 	if (o_flags & TUNNEL_SEQ)
TUNNEL_SEQ         76 include/net/gre.h 		tflags |= TUNNEL_SEQ;
TUNNEL_SEQ         97 include/net/gre.h 	if (tflags & TUNNEL_SEQ)
TUNNEL_SEQ        134 include/net/gre.h 	if (flags & (TUNNEL_KEY | TUNNEL_CSUM | TUNNEL_SEQ)) {
TUNNEL_SEQ        137 include/net/gre.h 		if (flags & TUNNEL_SEQ) {
TUNNEL_SEQ       3976 net/core/filter.c 		info->key.tun_flags |= TUNNEL_SEQ;
TUNNEL_SEQ        436 net/ipv4/ip_gre.c 	if (tunnel->parms.o_flags & TUNNEL_SEQ)
TUNNEL_SEQ        477 net/ipv4/ip_gre.c 		(TUNNEL_CSUM | TUNNEL_KEY | TUNNEL_SEQ);
TUNNEL_SEQ        480 net/ipv4/ip_gre.c 			 (flags & TUNNEL_SEQ) ? htonl(tunnel->o_seqno++) : 0);
TUNNEL_SEQ        556 net/ipv4/ip_gre.c 	gre_build_header(skb, 8, TUNNEL_SEQ,
TUNNEL_SEQ        730 net/ipv4/ip_gre.c 	if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) {
TUNNEL_SEQ        933 net/ipv4/ip_gre.c 	if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) {
TUNNEL_SEQ        379 net/ipv4/ip_tunnel.c 	if (tunnel->parms.i_flags&TUNNEL_SEQ) {
TUNNEL_SEQ        380 net/ipv4/ip_tunnel.c 		if (!(tpi->flags&TUNNEL_SEQ) ||
TUNNEL_SEQ        386 net/ipv6/ip6_gre.c 	if (!(nt->parms.o_flags & TUNNEL_SEQ))
TUNNEL_SEQ        747 net/ipv6/ip6_gre.c 			(TUNNEL_CSUM | TUNNEL_KEY | TUNNEL_SEQ);
TUNNEL_SEQ        753 net/ipv6/ip6_gre.c 				 (flags & TUNNEL_SEQ) ? htonl(tunnel->o_seqno++)
TUNNEL_SEQ        757 net/ipv6/ip6_gre.c 		if (tunnel->parms.o_flags & TUNNEL_SEQ)
TUNNEL_SEQ       1039 net/ipv6/ip6_gre.c 	gre_build_header(skb, 8, TUNNEL_SEQ, proto, 0, htonl(t->o_seqno++));
TUNNEL_SEQ       1419 net/ipv6/ip6_gre.c 	if (!(nt->parms.o_flags & TUNNEL_SEQ)) {
TUNNEL_SEQ        791 net/ipv6/ip6_tunnel.c 	if (tunnel->parms.i_flags & TUNNEL_SEQ) {
TUNNEL_SEQ        792 net/ipv6/ip6_tunnel.c 		if (!(tpi->flags & TUNNEL_SEQ) ||
TUNNEL_SEQ        395 net/netfilter/nft_tunnel.c 			info.key.tun_flags |= TUNNEL_SEQ;
TUNNEL_SEQ        526 net/netfilter/nft_tunnel.c 	if (info->key.tun_flags & TUNNEL_SEQ)