Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dip_gre.c161 static __be16 tnl_flags_to_gre_flags(__be16 tflags) in tnl_flags_to_gre_flags() function
458 greh->flags = tnl_flags_to_gre_flags(flags); in build_header()
694 p.i_flags = tnl_flags_to_gre_flags(p.i_flags); in ipgre_tunnel_ioctl()
695 p.o_flags = tnl_flags_to_gre_flags(p.o_flags); in ipgre_tunnel_ioctl()
739 greh->flags = tnl_flags_to_gre_flags(t->parms.o_flags); in ipgre_header()
1147 nla_put_be16(skb, IFLA_GRE_IFLAGS, tnl_flags_to_gre_flags(p->i_flags)) || in ipgre_fill_info()
1148 nla_put_be16(skb, IFLA_GRE_OFLAGS, tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info()