o_flags            32 drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c 	return !!(parms.o_flags & TUNNEL_KEY);
o_flags           241 drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c 	       (tunnel->parms.o_flags & ~okflags) == 0 &&
o_flags           344 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	    tparm.i_flags || tparm.o_flags ||
o_flags           445 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	    tparm.i_flags || tparm.o_flags ||
o_flags            87 fs/fsopen.c    static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags)
o_flags            92 fs/fsopen.c    			      O_RDWR | o_flags);
o_flags            52 include/net/gre.h static inline int gre_calc_hlen(__be16 o_flags)
o_flags            56 include/net/gre.h 	if (o_flags & TUNNEL_CSUM)
o_flags            58 include/net/gre.h 	if (o_flags & TUNNEL_KEY)
o_flags            60 include/net/gre.h 	if (o_flags & TUNNEL_SEQ)
o_flags            34 include/net/ip6_tunnel.h 	__be16			o_flags;
o_flags            52 include/uapi/linux/if_tunnel.h 	__be16			o_flags;
o_flags            51 include/uapi/linux/ip6_tunnel.h 	__be16			o_flags;
o_flags           436 net/ipv4/ip_gre.c 	if (tunnel->parms.o_flags & TUNNEL_SEQ)
o_flags           441 net/ipv4/ip_gre.c 			 tunnel->parms.o_flags, proto, tunnel->parms.o_key,
o_flags           625 net/ipv4/ip_gre.c 	if (gre_handle_offloads(skb, !!(tunnel->parms.o_flags & TUNNEL_CSUM)))
o_flags           678 net/ipv4/ip_gre.c 	tunnel->parms.o_flags &= ~TUNNEL_KEY;
o_flags           701 net/ipv4/ip_gre.c 	if (gre_handle_offloads(skb, !!(tunnel->parms.o_flags & TUNNEL_CSUM)))
o_flags           722 net/ipv4/ip_gre.c 	tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags);
o_flags           730 net/ipv4/ip_gre.c 	if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) {
o_flags           731 net/ipv4/ip_gre.c 		if (!(tunnel->parms.o_flags & TUNNEL_CSUM) ||
o_flags           758 net/ipv4/ip_gre.c 		    ((p.i_flags | p.o_flags) & (GRE_VERSION | GRE_ROUTING)))
o_flags           763 net/ipv4/ip_gre.c 	p.o_flags = gre_flags_to_tnl_flags(p.o_flags);
o_flags           773 net/ipv4/ip_gre.c 		t->parms.o_flags = p.o_flags;
o_flags           780 net/ipv4/ip_gre.c 	p.o_flags = gre_tnl_flags_to_gre_flags(p.o_flags);
o_flags           825 net/ipv4/ip_gre.c 	greh->flags = gre_tnl_flags_to_gre_flags(t->parms.o_flags);
o_flags           925 net/ipv4/ip_gre.c 	tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags);
o_flags           933 net/ipv4/ip_gre.c 	if (!(tunnel->parms.o_flags & TUNNEL_SEQ)) {
o_flags           938 net/ipv4/ip_gre.c 		if (!(tunnel->parms.o_flags & TUNNEL_CSUM) ||
o_flags          1110 net/ipv4/ip_gre.c 		parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS]));
o_flags          1367 net/ipv4/ip_gre.c 	t->parms.o_flags = p.o_flags;
o_flags          1396 net/ipv4/ip_gre.c 	t->parms.o_flags = p.o_flags;
o_flags          1453 net/ipv4/ip_gre.c 	__be16 o_flags = p->o_flags;
o_flags          1457 net/ipv4/ip_gre.c 			o_flags |= TUNNEL_KEY;
o_flags          1477 net/ipv4/ip_gre.c 			 gre_tnl_flags_to_gre_flags(o_flags)) ||
o_flags           890 net/ipv4/ip_tunnel.c 			if (!(p->o_flags & TUNNEL_KEY))
o_flags           418 net/ipv4/ip_vti.c 	if (!(p.o_flags & GRE_KEY))
o_flags           429 net/ipv4/ip_vti.c 		p.o_flags |= GRE_KEY;
o_flags           346 net/ipv4/ipip.c 	p.i_flags = p.o_flags = 0;
o_flags           386 net/ipv6/ip6_gre.c 	if (!(nt->parms.o_flags & TUNNEL_SEQ))
o_flags           757 net/ipv6/ip6_gre.c 		if (tunnel->parms.o_flags & TUNNEL_SEQ)
o_flags           760 net/ipv6/ip6_gre.c 		gre_build_header(skb, tunnel->tun_hlen, tunnel->parms.o_flags,
o_flags           784 net/ipv6/ip6_gre.c 	err = gre_handle_offloads(skb, !!(t->parms.o_flags & TUNNEL_CSUM));
o_flags           818 net/ipv6/ip6_gre.c 	if (gre_handle_offloads(skb, !!(t->parms.o_flags & TUNNEL_CSUM)))
o_flags           866 net/ipv6/ip6_gre.c 	err = gre_handle_offloads(skb, !!(t->parms.o_flags & TUNNEL_CSUM));
o_flags           955 net/ipv6/ip6_gre.c 	t->parms.o_flags &= ~TUNNEL_KEY;
o_flags          1142 net/ipv6/ip6_gre.c 	tunnel->tun_hlen = gre_calc_hlen(tunnel->parms.o_flags);
o_flags          1170 net/ipv6/ip6_gre.c 	t->parms.o_flags = p->o_flags;
o_flags          1200 net/ipv6/ip6_gre.c 	p->o_flags = gre_flags_to_tnl_flags(u->o_flags);
o_flags          1218 net/ipv6/ip6_gre.c 	u->o_flags = gre_tnl_flags_to_gre_flags(p->o_flags);
o_flags          1263 net/ipv6/ip6_gre.c 		if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING))
o_flags          1268 net/ipv6/ip6_gre.c 		if (!(p.o_flags&GRE_KEY))
o_flags          1351 net/ipv6/ip6_gre.c 	p[0] = t->parms.o_flags;
o_flags          1419 net/ipv6/ip6_gre.c 	if (!(nt->parms.o_flags & TUNNEL_SEQ)) {
o_flags          1424 net/ipv6/ip6_gre.c 		if (!(nt->parms.o_flags & TUNNEL_CSUM) ||
o_flags          1760 net/ipv6/ip6_gre.c 		parms->o_flags = gre_flags_to_tnl_flags(
o_flags          2108 net/ipv6/ip6_gre.c 	__be16 o_flags = p->o_flags;
o_flags          2112 net/ipv6/ip6_gre.c 			o_flags |= TUNNEL_KEY;
o_flags          2132 net/ipv6/ip6_gre.c 			 gre_tnl_flags_to_gre_flags(o_flags)) ||
o_flags           756 net/ipv6/ip6_vti.c 		u->o_flags |= GRE_KEY;