Searched refs:tnl_flags_to_gre_flags (Results 1 – 3 of 3) sorted by relevance
334 p.i_flags = tnl_flags_to_gre_flags(p.i_flags); in ipgre_tunnel_ioctl()335 p.o_flags = tnl_flags_to_gre_flags(p.o_flags); in ipgre_tunnel_ioctl()379 greh->flags = tnl_flags_to_gre_flags(t->parms.o_flags); in ipgre_header()777 nla_put_be16(skb, IFLA_GRE_IFLAGS, tnl_flags_to_gre_flags(p->i_flags)) || in ipgre_fill_info()778 nla_put_be16(skb, IFLA_GRE_OFLAGS, tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info()
73 greh->flags = tnl_flags_to_gre_flags(tpi->flags); in gre_build_header()
82 static inline __be16 tnl_flags_to_gre_flags(__be16 tflags) in tnl_flags_to_gre_flags() function