Home
last modified time | relevance | path

Searched refs:tnl_flags_to_gre_flags (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
Dip_gre.c334 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()
Dgre_demux.c73 greh->flags = tnl_flags_to_gre_flags(tpi->flags); in gre_build_header()
/linux-4.1.27/include/net/
Dgre.h82 static inline __be16 tnl_flags_to_gre_flags(__be16 tflags) in tnl_flags_to_gre_flags() function